From 3f07e94063bd03f3672342187ea807549c2601fc Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Thu, 1 May 2025 16:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E9=BB=98=E8=AE=A4=E6=9D=A5?= =?UTF-8?q?=E5=90=A7=EF=BC=8C=E4=B8=8D=E8=A6=81=E9=A2=9C=E8=89=B2=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/category.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/web/template/syzoj/category.php b/web/template/syzoj/category.php index 909dd5d..37336bb 100644 --- a/web/template/syzoj/category.php +++ b/web/template/syzoj/category.php @@ -1,6 +1,5 @@ -
@@ -21,23 +20,12 @@ ]; // 生成标签地图 - // 为标签添加颜色样式 - function colorize_tag($tag) { - $color_theme=["default","primary","success","info","warning","danger"]; - $hash_num = hexdec(substr(md5($tag), 0, 7)); - $label_theme = $color_theme[$hash_num % count($color_theme)]; - - if ($label_theme == "") - $label_theme = "default"; - - return $label_theme; - } foreach ($tag_map as $level => $tags): ?>

难度