名称修订

This commit is contained in:
qingxu fu
2023-07-07 20:08:26 +08:00
parent f620666a58
commit e5ccedf491
3 changed files with 7 additions and 5 deletions

View File

@@ -2,9 +2,9 @@ import gradio as gr
from toolbox import get_conf
THEME, = get_conf('THEME')
if THEME == 'Green':
if THEME == 'Chuanhu-Keldos-Green':
from .green import adjust_theme, advanced_css
theme_declaration = "\t" + "[川虎-Keldos暗绿主题]"
theme_declaration = "\t" + "[Chuanhu-Keldos暗绿主题]"
else:
from .default import adjust_theme, advanced_css
theme_declaration = ""