From 9a63b5ff4e3ae9576ac610c868d26a63dd46e8cc Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 6 Jan 2026 17:03:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98=E5=88=97=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E8=A1=A5=E5=85=A8'pink',=20'gold',=20'purple',=20'yellow',=20'?= =?UTF-8?q?black'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/config-external.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/config-external.js b/common/js/config-external.js index 02a189d..c1edd73 100644 --- a/common/js/config-external.js +++ b/common/js/config-external.js @@ -14,7 +14,7 @@ export const langConfig = { // 主题配置 export const themeConfig = { // 主题列表 - themeList: ['default', 'red', 'green', 'blue'], + themeList: ['default', 'red', 'green', 'blue', 'pink', 'gold', 'purple', 'yellow', 'black'], // 默认主题 defaultTheme: 'default' };