Skip to content

Commit 67c73b1

Browse files
Fix referral contact page QQ link and divider styling
Replace the QQ placeholder with the scanned add-friend link and reduce stacked horizontal rules below the contact links. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c650a9d commit 67c73b1

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

docs/contact/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 class="contact-title reveal" id="contact-title" data-t="contactTitle">领取
4848
<h2 class="section-title" id="contact-method-title" data-t="contactMethodTitle">联系方式</h2>
4949
<p class="contact-body" data-t="contactMethodBody">选择一个平台联系开发者,并发送申请编号。此页面会保持最新联系方式。</p>
5050
<div class="contact-link-list" aria-label="联系方式">
51-
<span class="contact-link is-disabled" aria-disabled="true" data-t="contactQQPending">QQ(待补链接)</span>
51+
<a class="contact-link" href="https://qm.qq.com/q/JvD7H91BmI" target="_blank" rel="noopener noreferrer" data-t="contactQQ">QQ</a>
5252
<a class="contact-link" href="https://t.me/DLH52" target="_blank" rel="noopener noreferrer" data-t="contactTelegram">Telegram</a>
5353
<a class="contact-link" href="https://xhslink.com/m/6Js4Cnqx8fM" target="_blank" rel="noopener noreferrer" data-t="contactXiaohongshu">小红书</a>
5454
</div>

docs/referral/referral.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ body.invite-missing-code .invite-hero > .inline-link {
588588
}
589589

590590
.contact-panel + .contact-panel {
591-
margin-top: -10px;
591+
margin-top: 0;
592+
border-top: 0;
592593
}
593594

594595
.contact-body {
@@ -618,6 +619,10 @@ body.invite-missing-code .invite-hero > .inline-link {
618619
transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
619620
}
620621

622+
.contact-link:last-child {
623+
border-bottom: 0;
624+
}
625+
621626
.contact-link::after {
622627
content: "打开";
623628
flex: 0 0 auto;

docs/referral/referral.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const copy = {
5050
contactSummary: "达到 20 位有效邀请后,请在 App 内提交申请,并带上申请编号联系开发者。",
5151
contactMethodTitle: "联系方式",
5252
contactMethodBody: "选择一个平台联系开发者,并发送申请编号。此页面会保持最新联系方式。",
53-
contactQQPending: "QQ(待补链接)",
53+
contactQQ: "QQ",
5454
contactTelegram: "Telegram",
5555
contactXiaohongshu: "小红书",
5656
contactRequestTitle: "发送时包含",
@@ -110,7 +110,7 @@ const copy = {
110110
contactSummary: "After reaching 20 valid referrals, submit the request in the app and contact the developer with your claim ID.",
111111
contactMethodTitle: "Contact",
112112
contactMethodBody: "Choose a platform below and send your claim ID. This page will keep the latest contact details.",
113-
contactQQPending: "QQ (link pending)",
113+
contactQQ: "QQ",
114114
contactTelegram: "Telegram",
115115
contactXiaohongshu: "Xiaohongshu",
116116
contactRequestTitle: "Include these details",

0 commit comments

Comments
 (0)