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
77b3d936
Commit
77b3d936
authored
Jul 27, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整联系页邮件提示文案
parent
a7af7cdf
Pipeline
#416
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
index.astro
src/pages/contact/index.astro
+2
-7
No files found.
src/pages/contact/index.astro
View file @
77b3d936
...
...
@@ -8,12 +8,7 @@ import { site } from "../../data/site";
const title = `联系与合作|${site.brand.name}`;
const description = site.contact.intro;
const pageUrl = new URL("/contact/", Astro.site).href;
const intent = Astro.url.searchParams.get("intent");
const intentCopy = intent === "store"
? "请在邮件中写明所在城市,我们将协助查询附近门店。"
: intent === "join"
? "请在邮件中写明所在城市、现有门店情况与合作需求。"
: "请在邮件中写明所在城市与具体需求。";
const intentCopy = "欢迎通过邮件联系我们。";
const jsonLd = [
{
"@context": "https://schema.org",
...
...
@@ -67,7 +62,7 @@ const jsonLd = [
<a href="https://www.sumeiqiao.com">{site.contact.website} ↗</a>
</article>
</div>
<p class="contact-note">
{intentCopy} 当前品牌资料未提供公开客服电话,因此本站不展示或虚构联系电话;
邮件发出后请留意回复。</p>
<p class="contact-note">
请在邮件中写明所在城市与具体需求。
邮件发出后请留意回复。</p>
</div>
</section>
<CTA eyebrow="CONTACT" title="塑美俏 · 联系与合作" text={intentCopy} />
...
...
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