|
| 1 | +<!doctype html> |
| 2 | +<html lang="zh-CN"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
| 6 | + <meta name="theme-color" content="#ffffff"> |
| 7 | + <meta name="apple-itunes-app" content="app-id=6753987304"> |
| 8 | + <meta name="description" content="PythonIDE 邀请活动联系方式:提交 Pro 终身 5 折申请后,按本页说明联系开发者。"> |
| 9 | + <meta property="og:type" content="website"> |
| 10 | + <meta property="og:title" content="PythonIDE 邀请活动联系方式"> |
| 11 | + <meta property="og:description" content="提交 Pro 终身 5 折申请后,按本页说明发送申请编号。"> |
| 12 | + <meta property="og:image" content="https://pythonide.xin/assets/brand-mark.svg"> |
| 13 | + <link rel="icon" href="/assets/brand-mark.svg" type="image/svg+xml"> |
| 14 | + <link rel="stylesheet" href="/referral/referral.css"> |
| 15 | + <script defer src="/referral/referral.js"></script> |
| 16 | + <title>PythonIDE 邀请活动联系方式</title> |
| 17 | +</head> |
| 18 | +<body> |
| 19 | + <div class="page"> |
| 20 | + <header class="site-header"> |
| 21 | + <nav class="nav" aria-label="PythonIDE"> |
| 22 | + <a class="brand" href="/" aria-label="PythonIDE"> |
| 23 | + <img class="brand-mark" src="/assets/brand-mark.svg" alt=""> |
| 24 | + <span>PythonIDE</span> |
| 25 | + </a> |
| 26 | + <div class="nav-links" aria-label="Primary"> |
| 27 | + <a class="nav-link" href="/i/" data-t="navInvite">邀请</a> |
| 28 | + <a class="nav-link" href="/activity/" data-t="navRules">规则</a> |
| 29 | + <a class="nav-link" href="/contact/" aria-current="page" data-t="navContact">联系</a> |
| 30 | + <a class="nav-download" href="#" data-download data-t="download">下载 App</a> |
| 31 | + </div> |
| 32 | + <div class="language-toggle" aria-label="Language"> |
| 33 | + <button type="button" data-lang="zh" aria-pressed="true">中</button> |
| 34 | + <button type="button" data-lang="en" aria-pressed="false">EN</button> |
| 35 | + </div> |
| 36 | + </nav> |
| 37 | + </header> |
| 38 | + |
| 39 | + <main class="main"> |
| 40 | + <div class="contact-layout"> |
| 41 | + <section class="contact-hero" aria-labelledby="contact-title"> |
| 42 | + <p class="eyebrow reveal" data-t="brandSub">邀请活动</p> |
| 43 | + <h1 class="contact-title reveal" id="contact-title" data-t="contactTitle">领取 Pro 终身 5 折</h1> |
| 44 | + <p class="contact-summary reveal" data-t="contactSummary">达到 20 位有效邀请后,请在 App 内提交申请,并带上申请编号联系开发者。</p> |
| 45 | + </section> |
| 46 | + |
| 47 | + <section class="contact-panel reveal" aria-labelledby="contact-method-title"> |
| 48 | + <h2 class="section-title" id="contact-method-title" data-t="contactMethodTitle">联系方式</h2> |
| 49 | + <p class="contact-body" data-t="contactMethodBody">请通过活动发布账号联系开发者,并发送申请编号。此页面会保持最新联系方式。</p> |
| 50 | + </section> |
| 51 | + |
| 52 | + <section class="contact-panel reveal" aria-labelledby="contact-request-title"> |
| 53 | + <h2 class="section-title" id="contact-request-title" data-t="contactRequestTitle">发送时包含</h2> |
| 54 | + <div class="contact-request-list"> |
| 55 | + <div class="contact-request"> |
| 56 | + <div class="contact-request-number">1</div> |
| 57 | + <div> |
| 58 | + <strong data-t="contactRequest1Title">申请编号</strong> |
| 59 | + <span data-t="contactRequest1Body">在 App 的邀请页点击「Pro 终身 5 折」-「查看」,复制 REF 开头的编号。</span> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + <div class="contact-request"> |
| 63 | + <div class="contact-request-number">2</div> |
| 64 | + <div> |
| 65 | + <strong data-t="contactRequest2Title">你的邀请码</strong> |
| 66 | + <span data-t="contactRequest2Body">在 App 邀请页复制自己的邀请码,方便后台核对。</span> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <div class="contact-request"> |
| 70 | + <div class="contact-request-number">3</div> |
| 71 | + <div> |
| 72 | + <strong data-t="contactRequest3Title">领取说明</strong> |
| 73 | + <span data-t="contactRequest3Body">说明你要领取 Pro 终身 5 折资格,不需要发送截图作为凭证。</span> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </section> |
| 78 | + |
| 79 | + <div class="contact-actions reveal"> |
| 80 | + <a class="button primary" href="/activity/"> |
| 81 | + <span data-t="viewRules">查看活动规则</span> |
| 82 | + </a> |
| 83 | + </div> |
| 84 | + |
| 85 | + <p class="note reveal" data-t="contactNote">最终是否满足条件,以后台有效邀请与领取记录为准。</p> |
| 86 | + </div> |
| 87 | + </main> |
| 88 | + |
| 89 | + <footer class="footer" data-t="footer">活动解释权与兑换记录以后台数据为准</footer> |
| 90 | + </div> |
| 91 | +</body> |
| 92 | +</html> |
0 commit comments