From 591f0f53abd0eaf0e388ffdef69dd2a410fc1def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E6=8B=89=E8=BF=AA=E7=BB=B4?= Date: Tue, 19 Apr 2022 18:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/repos.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/repos.html b/templates/repos.html index 9c3ea7f..77fb6a0 100644 --- a/templates/repos.html +++ b/templates/repos.html @@ -7,10 +7,12 @@
-
-

当前共计 {{.total_item}} 个代码仓库,共计 {{add (div .total_item .page_size) 1}} 页,当前第 {{.current_page}} 页,每页显示 {{.page_size}} 条数据

-
+ + + @@ -25,7 +27,7 @@ - + {{range $i,$r := .repos}} {{if not $r.EnableCrawl}} @@ -55,7 +57,7 @@ {{if .total_item}}
+

当前共计 {{.total_item}} 个代码仓库,共计 {{add (div .total_item .page_size) 1}} 页,当前第 {{.current_page}} 页,每页显示 {{.page_size}} 条数据

+
序号 仓库ID操作
-