This commit is contained in:
2025-03-04 08:52:28 +08:00
parent f91b4ab856
commit 2af1109ced
8 changed files with 29 additions and 13 deletions

View File

@@ -25,3 +25,14 @@ export const alertVariants = [
title: "小心",
},
]
export const STORAGE_KEY = {
LOGIN: "web-isloggedin",
STEP: "web-turtorial-step",
TUTORIAL: "web-tutorial",
HTML: "web-html",
CSS: "web-css",
JS: "web-js",
TAB: "web-tab",
FONTSIZE: "web-fontsize",
}