feat: 优化登录页背景和卡片样式

This commit is contained in:
Ray.Hao
2026-06-25 00:09:34 +08:00
parent 8f9b18f16e
commit 4baf7a7b55
14 changed files with 599 additions and 597 deletions

View File

@@ -15,14 +15,6 @@ export enum MenuTypeEnum {
BUTTON = "B", // 按钮
}
/**
* 外链打开方式枚举
*/
export enum ExternalOpenModeEnum {
NEW_TAB = 1, // 新标签页
EMBEDDED = 2, // 系统内嵌
}
/**
* 菜单范围枚举
*/