feat: export old setting

This commit is contained in:
Gabe
2025-09-25 12:53:46 +08:00
parent 393f1a29d5
commit 533a0e2d5b
9 changed files with 79 additions and 25 deletions

View File

@@ -7,5 +7,7 @@ export const APP_CONSTS = {
boxID: `${APP_LCNAME}-box`,
};
export const APP_VERSION = process.env.REACT_APP_VERSION.split(".");
export const THEME_LIGHT = "light";
export const THEME_DARK = "dark";