fix: mousehover translate (close #331)

This commit is contained in:
Gabe
2025-10-22 21:01:23 +08:00
parent 74290eb52b
commit 6d327d17af
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ export const APP_NAME = process.env.REACT_APP_NAME.trim()
.split(/\s+/)
.join("-");
export const APP_LCNAME = APP_NAME.toLowerCase();
export const APP_UPNAME = APP_NAME.toUpperCase();
export const APP_CONSTS = {
fabID: `${APP_LCNAME}-fab`,
boxID: `${APP_LCNAME}-box`,