Initial commit: 提交控制器版本2核心代码

This commit is contained in:
yangy
2026-03-31 18:52:37 +08:00
commit 30db710093
111 changed files with 21875 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export const COOKIE_NAME = "app_session_id";
export const ONE_YEAR_MS = 1000 * 60 * 60 * 24 * 365;