mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-07 22:43:39 +08:00
feat: UI i18n depends on router (#289)
This commit is contained in:
@@ -45,7 +45,6 @@ export const useGlobalState = createGlobalState(
|
||||
const auth = useStorage('auth', '');
|
||||
const adminAuth = useStorage('adminAuth', '');
|
||||
const jwt = useStorage('jwt', '');
|
||||
const localeCache = useStorage('locale', 'zh');
|
||||
const adminTab = ref("account");
|
||||
const adminMailTabAddress = ref("");
|
||||
const adminSendBoxTabAddress = ref("");
|
||||
@@ -82,7 +81,6 @@ export const useGlobalState = createGlobalState(
|
||||
showAddressCredential,
|
||||
auth,
|
||||
jwt,
|
||||
localeCache,
|
||||
adminAuth,
|
||||
showAdminAuth,
|
||||
adminTab,
|
||||
|
||||
Reference in New Issue
Block a user