Enable New UI by default (#1460)

* Enable New UI by default

* nit

* Add playwright test

* nit

* nit

* nit
This commit is contained in:
Chenlei Hu
2024-11-07 17:55:53 -05:00
committed by GitHub
parent 9568d63820
commit f0b735f3dd
6 changed files with 40 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ import { createI18n } from 'vue-i18n'
const messages = {
en: {
firstTimeUIMessage:
'This is the first time you use the new UI. Choose "Menu > Use New Menu > Disabled" to restore the old UI.',
download: 'Download',
loadAllFolders: 'Load All Folders',
refresh: 'Refresh',
@@ -119,6 +121,8 @@ const messages = {
}
},
zh: {
firstTimeUIMessage:
'这是您第一次使用新界面。选择“Menu > Use New Menu > Disabled”以恢复旧界面。',
download: '下载',
loadAllFolders: '加载所有文件夹',
refresh: '刷新',