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

View File

@ -29,7 +29,7 @@
<p><b>{{random_ads|safe}}</b></p> <p><b>{{random_ads|safe}}</b></p>
{% endif %} {% endif %}
<div class="alert alert-success" role="alert">共有文章 <span class="badge bg-success"> {{number_of_essays}} </span></div> <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="/"> <form method="post" action="/">
<textarea name="content" rows="10" cols="120"></textarea><br/> <textarea name="content" rows="10" cols="120"></textarea><br/>
<input type="submit" value="get文章中的词频"/> <input type="submit" value="get文章中的词频"/>
@ -50,4 +50,4 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</body> </body>
</html> </html>

View File

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