0
0
Fork 0

Merge pull request 'ChenTianle-TypoCorrection' (#23) from ChenTianle-TypoCorrection into master

Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/23
Deployment GreaterCold
mrlan 2022-01-27 20:18:17 +08:00
commit e288b19678
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<p>请决定你要试用的时间长度,扫描下面支付宝二维码支付。 支付时请注明<i>English Pal Membership Fee</i>。 我们会于12小时内激活账号。</p>
<p><img src="static/donate-the-author-hidden.jpg" width="120px" alt="支付宝二维码" /></p>
<p>如果有问题,请联系开发者 dev@qq.com。</p>
<p><a href="/logout"></a></p>
<p><a href="/logout">退</a></p>
</body>
</html>

View File

@ -29,7 +29,7 @@
<p><b>{{random_ads|safe}}</b></p>
{% endif %}
<div class="alert alert-success" role="alert">共有文章 <span class="badge bg-success"> {{number_of_essays}} </span></div>
<p>1篇文章 (English only)</p>
<p>1篇文章 (English only)</p>
<form method="post" action="/">
<textarea name="content" rows="10" cols="120"></textarea><br/>
<input type="submit" value="get文章中的词频"/>

View File

@ -23,7 +23,7 @@
<body>
<div class="container-fluid">
<p><b>English Pal for <font color="red">{{ username }}</font></b>
<a class="btn btn-secondary" href="/logout" role="button"></a>
<a class="btn btn-secondary" href="/logout" role="button">退</a>
<a class="btn btn-secondary" href="/reset" role="button">重设密码</a>
</p>
{{ flashed_messages|safe }}