From fd7b610eb6859df312d6ee156a00bd65b6b3c1b3 Mon Sep 17 00:00:00 2001 From: xuanzhi33 Date: Mon, 19 Feb 2024 19:03:32 +0800 Subject: [PATCH] fix: coder -> tech --- js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/list.js b/js/list.js index 370f6f9..f7bbba4 100644 --- a/js/list.js +++ b/js/list.js @@ -15,7 +15,7 @@ const pageSize = 20; const tagColor = { "blog": "success", "normal": "secondary", - "coder": "info", + "tech": "info", "site": "warning", "life": "primary", "hybrid": "danger"