mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 20:55:14 +00:00
1. 重构权限检查逻辑,移除旧版 auth/roles 自定义指令,统一使用 checkPerm 工具函数 2. 简化角色数据权限配置,移除自定义数据范围功能,简化为3种权限模式 3. 批量删除多处冗余的scoped样式,迁移全局布局与组件样式 4. 优化表单、表格、弹窗等基础组件样式与交互 5. 新增全屏国际化文案与工具类样式 6. 修复通知列表空值兼容、接口调用权限校验等细节问题 7. 更新依赖与自动导入配置,移除未使用的 vue3-cron-plus 包
27 lines
370 B
Plaintext
Executable File
27 lines
370 B
Plaintext
Executable File
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.cursorrules
|
|
.history
|
|
|
|
# Auto-generated files
|
|
src/types/auto-imports.d.ts
|
|
src/types/components.d.ts
|
|
.eslintrc-auto-import.json
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
stats.html
|
|
.stylelintcache
|
|
.eslintcache
|
|
|
|
# docs and app directories are at frontend root, managed by frontend/.gitignore
|