增加前端格式检查配置

This commit is contained in:
yml2213
2026-06-08 06:40:33 +08:00
parent 79ea3a476c
commit 500f511185
150 changed files with 7254 additions and 4013 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ export {
type AdminUser,
type AdminTokenPair,
type AdminLoginData,
type AdminCaptcha
type AdminCaptcha,
} from './api/adminAuth'
// adminRoles 导出
@@ -31,5 +31,5 @@ export {
deleteRole,
fetchPermissions,
type Role,
type Permission
type Permission,
} from './api/adminRoles'