WIP: add VIP payment page logic

This commit is contained in:
Zyronon
2025-11-18 19:57:07 +08:00
committed by GitHub
parent 58c5585d0a
commit b58a1cf94d
5 changed files with 227 additions and 105 deletions

View File

@@ -17,7 +17,7 @@ export const ENV = Object.assign(map['DEV'], common)
export let AppEnv = {
TOKEN: localStorage.getItem('token') ?? '',
IS_OFFICIAL: false,
IS_OFFICIAL: true,
IS_LOGIN: false,
CAN_REQUEST: false
}