mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
fix(gencode): 修复代码生成模块的多处问题
refactor(backend): 重构代码生成服务层和控制器层逻辑 feat(backend): 添加SQL模板文件后缀 fix(backend): 修复用户服务中的用户名空值检查 style(backend): 优化导入和代码格式 refactor(frontend): 重构代码生成前端组件和API fix(frontend): 修复用户信息表单的可选字段 feat(frontend): 添加Python和SQL图标资源 style(frontend): 调整样式和布局 chore: 更新依赖版本和配置文件 docs: 更新注释和文档内容
This commit is contained in:
@@ -191,7 +191,8 @@ export default defineConfig(({ mode }: ConfigEnv) => {
|
||||
"element-plus/es/components/header/style/index",
|
||||
"element-plus/es/components/slider/style/index",
|
||||
"element-plus/es/components/button-group/style/index",
|
||||
"element-plus/es/components/result/style/index"
|
||||
"element-plus/es/components/result/style/index",
|
||||
"element-plus/es/components/checkbox-button/style/index"
|
||||
],
|
||||
},
|
||||
// 构建配置
|
||||
|
||||
Reference in New Issue
Block a user