Skip to content

Commit fd3bd1a

Browse files
committed
minor updates
1 parent 3c42a6f commit fd3bd1a

File tree

2 files changed

+48
-23
lines changed

2 files changed

+48
-23
lines changed

support/which-kind-of-key-should-i-input/en.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,23 @@
77
<title>Which kind of key should I input</title>
88
<link href='https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet'
99
type='text/css' />
10-
<link href='//yuuta.moe/support/css/markdown.css' rel='stylesheet'
10+
<link href='https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css' rel='stylesheet'
1111
type="text/css" />
12+
<style>
13+
.markdown-body {
14+
box-sizing: border-box;
15+
min-width: 200px;
16+
max-width: 980px;
17+
margin: 0 auto;
18+
padding: 45px;
19+
}
20+
21+
@media (max-width: 767px) {
22+
.markdown-body {
23+
padding: 15px;
24+
}
25+
}
26+
</style>
1227
<!-- Google Tag Manager -->
1328
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
1429
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -18,31 +33,29 @@
1833
<!-- End Google Tag Manager -->
1934
</head>
2035

21-
<body class='typora-export'>
36+
<article class='markdown-body'>
2237
<!-- Google Tag Manager (noscript) -->
2338
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8BQTWL"
2439
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
2540
<!-- End Google Tag Manager (noscript) -->
26-
<div id='write' class='is-node'>
27-
<h1><a name='header-n0' class='md-header-anchor '></a>Which kind of key should I input</h1>
41+
<h1>Which kind of key should I input</h1>
2842
<p>Dir privides various methods for activating. If you already unlocked or have a license key, please use "Activate" option to activate product. </p>
29-
<h2><a name='header-n4' class='md-header-anchor '></a>I've unlocked via Google Play</h2>
43+
<h2>I've unlocked via Google Play</h2>
3044
<p>"Activate" doesn't support Google Play license, you should click "Unlock with Google Play" button again, it will get your license automaticly.</p>
31-
<h2><a name='header-n8' class='md-header-anchor '></a>I've unlocked via Alipay</h2>
45+
<h2>I've unlocked via Alipay</h2>
3246
<p>(This section is only applicable to Alipay purchase users on or after June 1, 2017. If you've unlocked before it, you should take a look at <strong>I've unlocked via Alipay before June 1, 2017</strong>.)</p>
3347
<p>Open Alipay, search your order (You could try <code>Dir</code>, <code>Dir Pro Version</code>, etc). Then, copy <code>Order number (Chinese is called "订单号")</code>
3448
and paste it into "Activate" dialog.</p>
35-
<h2><a name='header-n14' class='md-header-anchor '></a>I've unlocked via Alipay before June 1, 2017</h2>
49+
<h2>I've unlocked via Alipay before June 1, 2017</h2>
3650
<p>Because we've updated our system, you can't activate with order number directly. Please send a screenshot of your order page to <a href='mailto:support@appline.xyz'>support@appline.xyz </a> , we'll <strong>confirm</strong>
3751
your purchase. After that, you can use your <code>Order number</code> to activate.</p>
38-
<h2><a name='header-n19' class='md-header-anchor '></a>I've used WeChat or got a key from the developer in other ways.</h2>
52+
<h2>I've used WeChat or got a key from the developer in other ways.</h2>
3953
<blockquote>
4054
<p> Note: The key should begain with &#39;R&#39;.</p>
4155
</blockquote>
4256
<p>You can just paste your key into the dialog.</p>
43-
<h2><a name='header-n8' class='md-header-anchor '></a>I had purchased from appline.store</h2>
57+
<h2>I had purchased from appline.store (former shop.yuuta.moe)</h2>
4458
<p>Please follow <a href='https://appline.store/how-to-activate-original-software/'>https://appline.store/how-to-activate-original-software/</a> to activate.</p>
45-
</div>
46-
</body>
59+
</article>
4760

4861
</html>
Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
<!doctype html>
22
<html lang="zh">
3-
43
<head>
54
<meta charset='UTF-8'>
65
<meta name='viewport' content='width=device-width initial-scale=1'>
76
<title>我应该输入哪种激活码</title>
87
<link href='https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet'
98
type='text/css' />
10-
<link href='//yuuta.moe/support/css/markdown.css' rel='stylesheet'
9+
<link href='https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css' rel='stylesheet'
1110
type="text/css" />
11+
<style>
12+
.markdown-body {
13+
box-sizing: border-box;
14+
min-width: 200px;
15+
max-width: 980px;
16+
margin: 0 auto;
17+
padding: 45px;
18+
}
19+
20+
@media (max-width: 767px) {
21+
.markdown-body {
22+
padding: 15px;
23+
}
24+
}
25+
</style>
1226
<!-- Google Tag Manager -->
1327
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
1428
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -18,31 +32,29 @@
1832
<!-- End Google Tag Manager -->
1933
</head>
2034

21-
<body class='typora-export'>
35+
<article class="markdown-body">
2236
<!-- Google Tag Manager (noscript) -->
2337
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8BQTWL"
2438
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
2539
<!-- End Google Tag Manager (noscript) -->
26-
<div id='write' class='is-node'>
27-
<h1><a name='header-n0' class='md-header-anchor '></a>我应该输入哪种激活码</h1>
40+
<h1>我应该输入哪种激活码</h1>
2841
<p>Dir 提供了多种激活方式,如果您已购买或具有一个激活码,请使用「激活」功能激活产品。应填入的内容如下,请认真阅读,谢谢支持。</p>
29-
<h2><a name='header-n4' class='md-header-anchor '></a>我曾使用 Google Play 购买</h2>
42+
<h2>我曾使用 Google Play 购买</h2>
3043
<p>「激活」功能不支持 Google Play 购买凭据。请再次点按「Google Play」购买按钮,程式将自动获取您的购买凭证并激活。</p>
31-
<h2><a name='header-n8' class='md-header-anchor '></a>我曾使用支付宝购买</h2>
44+
<h2>我曾使用支付宝购买</h2>
3245
<p>(本章节仅适用于 2017 年 6 月 1 日及之后支付宝购买用户,之前购买的用户请参阅下方 <strong>我曾在 2017 年 6 月 1 日前使用支付宝购买</strong>。)</p>
3346
<p>打开支付宝。找到您的账单(可以尝试搜索 <code>Dir</code><code>Dir Pro Version</code> 等)。在订单详情页复制 <code>订单号</code><code>商户订单号</code>
3447
到「激活」框即可完成激活。</p>
35-
<h2><a name='header-n14' class='md-header-anchor '></a>我曾在 2017 年 6 月 1 日前使用支付宝购买</h2>
48+
<h2>我曾在 2017 年 6 月 1 日前使用支付宝购买</h2>
3649
<p>由于系统变更,您无法直接通过订单号激活。请将您的订单截图发给 <a href='mailto:support@appline.xyz'>support@appline.xyz </a> ,我们会 <strong>确认</strong>
3750
您的购买。确认完成后您就可以填入 <code>订单号</code> 进行激活了。</p>
38-
<h2><a name='header-n19' class='md-header-anchor '></a>我曾使用微信或其它途径从开发者获得激活码</h2>
51+
<h2>我曾使用微信或其它途径从开发者获得激活码</h2>
3952
<blockquote>
4053
<p> 注:这种激活码以大写字母 &#39;R&#39; 开头。</p>
4154
</blockquote>
4255
<p>请将您的激活码填入即可。</p>
43-
<h2><a name='header-n8' class='md-header-anchor '></a>我在 shop.yuuta.moe 购买</h2>
56+
<h2>我在 appline.store (前 shop.yuuta.moe 购买</h2>
4457
<p>请参阅 <a href='https://appline.store/how-to-activate-original-software/'>https://appline.store/how-to-activate-original-software/</a> 进行激活</p>
45-
</div>
46-
</body>
58+
</article>
4759

4860
</html>

0 commit comments

Comments
 (0)