wupengfei
2025-04-02 c55ae1d4b32d84de6ea071ff64a6180d408ba591
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';