Progress Admin

This commit is contained in:
2025-01-16 17:42:36 +08:00
parent 4374def1e9
commit 01f5f32818
15 changed files with 285 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
import { atomWithStorage } from "jotai/utils";
const gs_admin_event_menu_publish = atomWithStorage("gs_admin_event_menu_publish", "1")
export { gs_admin_event_menu_publish }