Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web-js
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
office-web-js
Commits
b3973583
Commit
b3973583
authored
Aug 26, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 备案号链接
parent
7807e836
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
src/components/HomePageFooter.vue
+11
-1
No files found.
src/components/HomePageFooter.vue
View file @
b3973583
...
...
@@ -14,7 +14,12 @@
</li>
</ul>
<div
class=
"footer-text"
>
<span
class=
"footer-icp"
>
{{
icp
}}
</span>
<a
class=
"footer-icp"
target=
"_blank"
href=
"https://beian.miit.gov.cn/"
>
{{
icp
}}
</a
>
<span
class=
"footer-copyright"
>
© 2015-
{{
year
}}
{{
hostname
}}
All rights reserved.
</span
>
...
...
@@ -110,6 +115,11 @@ export default {
margin-left
:
6px
;
}
.footer-icp
{
color
:
inherit
;
text-decoration
:
none
;
}
.footer-mp
{
display
:
flex
;
align-items
:
flex-start
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment