File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments