Update useTheme.js

This commit is contained in:
Leon19656 2024-09-10 21:47:45 +08:00
parent a320ef2449
commit 9b54d24c8b
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ const themeData = [
},
{
value: [DARK_THEME],
label: isEn ? isEn ? 'Dark Theme' : '深色主题'
tips: isEn ? 'Creative, Scientific, Efficient' : '创造、科学、高效',
label: isEn ? 'Dark Theme' : '深色主题',
tips: isEn ? 'Soft, Comfortable, eyeshield' : '柔和、舒适、护眼',
icon: infinitelyIcon,
bgImage: infinitely
}