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