feat: menu

This commit is contained in:
2025-09-17 10:41:00 +08:00
parent 9d5a289929
commit aada97ed22
27 changed files with 973 additions and 527 deletions

1
src/constants/index.ts Normal file
View File

@@ -0,0 +1 @@
export const formStatusType = { create: "创建", update: "编辑" };