Skip to content

Commit 0aeb7b7

Browse files
committed
修复http用户名验证
1 parent b28879c commit 0aeb7b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

icpApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from routes import setup_routes
3131

3232

33-
VERSION="0.6.4"
33+
VERSION="0.6.3.1"
3434

3535

3636
def print_banner():

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ <h2 class="mb-4"><i class="bi bi-info-circle"></i> 关于系统</h2>
11241124
</div>
11251125
<div class="card-body">
11261126
<h4>ICP备案批量查询系统</h4>
1127-
<p class="text-muted">版本:0.6.4</p>
1127+
<p class="text-muted">版本:0.6.3.1</p>
11281128
<hr>
11291129
<h5>功能特性</h5>
11301130
<ul>

0 commit comments

Comments
 (0)