src/constants/app.ts
@@ -1,4 +1 @@ export const AppType = import.meta.env.VITE_AppType || 'one'; export const isJYB = AppType === 'other' || AppType === 'jx' || AppType === 'jy' || AppType === 'backup'; export const AppType = import.meta.env.VITE_AppType || 'other';