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
17154010
Commit
17154010
authored
Aug 04, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: keep original logo as site icon
parent
bbf00c36
Pipeline
#455
passed with stage
in 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
18 deletions
+4
-18
favicon.svg
public/favicon.svg
+0
-5
site.webmanifest
public/site.webmanifest
+1
-9
site.ts
src/data/site.ts
+0
-1
Base.astro
src/layouts/Base.astro
+3
-3
No files found.
public/favicon.svg
deleted
100644 → 0
View file @
bbf00c36
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 64 64"
>
<rect
width=
"64"
height=
"64"
rx=
"16"
fill=
"#16ae9c"
/>
<path
d=
"M32 10c-2.8 7.4-7.8 12.2-12.1 17.7C16.7 31.8 15 36.1 15 41c0 9.4 7.6 17 17 17s17-7.6 17-17c0-4.9-1.7-9.2-4.9-13.3C39.8 22.2 34.8 17.4 32 10Z"
fill=
"#fff"
/>
<path
d=
"M23 42c4.7 0 8.1-2 10.5-6.2 1.8 4.2 4.3 6.2 7.5 6.2-1.6 6.3-5.1 9.4-10.4 9.4-4.5 0-7-3.1-7.6-9.4Z"
fill=
"#0e727c"
opacity=
".72"
/>
</svg>
public/site.webmanifest
View file @
17154010
...
...
@@ -5,13 +5,5 @@
"display": "standalone",
"background_color": "#FAF8F4",
"theme_color": "#17AE9C",
"lang": "zh-CN",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
"lang": "zh-CN"
}
src/data/site.ts
View file @
17154010
...
...
@@ -13,7 +13,6 @@ export const site = {
"塑美俏以中式经络调理为核心,提供体龄管理减重、排湿排酸、体型塑形与亚健康调理服务,并为合作门店提供持续运营支持。"
,
keywords
:
[
"塑美俏"
,
"体龄管理"
,
"中式经络调理"
,
"科学减重"
,
"体型塑形"
,
"亚健康调理"
],
image
:
"/og-cover.svg"
,
favicon
:
"/favicon.svg"
,
},
home
:
{
eyebrow
:
"中式经络体龄管理专家"
,
...
...
src/layouts/Base.astro
View file @
17154010
...
...
@@ -66,9 +66,9 @@ const allLd = [organizationLd, ...pageLd.filter((item) => Object.keys(item).leng
<meta
name=
"keywords"
content=
{keywordContent}
/>
<meta
name=
"robots"
content=
{noindex
?
"
noindex
,
nofollow
"
:
"
index
,
follow
,
max-image-preview:large
,
max-snippet:-1
,
max-video-preview:-1
"}
/>
<link
rel=
"canonical"
href=
{canonical}
/>
<link
rel=
"icon"
href=
{
site.seo.favicon
}
type=
"image/svg+xml"
/>
<link
rel=
"shortcut icon"
href=
{
site.seo.favicon
}
/>
<link
rel=
"apple-touch-icon"
href=
{
site.seo.favicon
}
/>
<link
rel=
"icon"
href=
{
logo.src
}
type=
"image/svg+xml"
/>
<link
rel=
"shortcut icon"
href=
{
logo.src
}
/>
<link
rel=
"apple-touch-icon"
href=
{
logo.src
}
/>
<link
rel=
"manifest"
href=
"/site.webmanifest"
/>
<link
rel=
"alternate"
type=
"text/plain"
href=
"/llms.txt"
title=
{`${site.brand.name}
AI
内容索引`}
/>
<link
rel=
"alternate"
hreflang=
"zh-CN"
href=
{canonical}
/>
...
...
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