Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
sumeiqiao
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuchentao
sumeiqiao
Commits
1a7d57d2
Commit
1a7d57d2
authored
Aug 04, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: place ICP filing beside copyright
parent
bf946620
Pipeline
#450
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Footer.astro
src/components/Footer.astro
+4
-2
No files found.
src/components/Footer.astro
View file @
1a7d57d2
...
@@ -36,8 +36,10 @@ import { site } from "../data/site";
...
@@ -36,8 +36,10 @@ import { site } from "../data/site";
</div>
</div>
</div>
</div>
<div class="container footer-bottom">
<div class="container footer-bottom">
<p>© {new Date().getFullYear()} {site.brand.legalName}</p>
<p>
© {new Date().getFullYear()} {site.brand.legalName} ·
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">冀ICP备2026029576号-1</a>
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">冀ICP备2026029576号-1</a>
</p>
<p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p>
<p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p>
</div>
</div>
</footer>
</footer>
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