feat: 更新登入頁面本地存儲鍵名及日誌輸出,簡化 i18n 配置

This commit is contained in:
skytek_xinliang
2026-03-30 16:18:13 +08:00
parent 959d2411a9
commit 81b36c60f2
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -13,5 +13,6 @@ export default vuetify({
'unicorn/prefer-query-selector': 'off',
'unicorn/no-array-sort':'off',
'unicorn/prefer-logical-operator-over-ternary': 'off',
'@typescript-eslint/consistent-type-imports': 'off'
}
})