wupengfei
2025-04-01 71d29c894613a25ebca83e291d64b65bde49ace8
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';