mirror of
https://github.com/lintsinghua/DeepAudit.git
synced 2026-09-01 05:44:40 +08:00
6ce5b3c6c1
- 将前端代码移动到 frontend/ 目录 - 将后端代码移动到 backend/ 目录 - 更新 .gitignore 以包含 Python 和前端构建产物 - 修复 LLM JSON 解析问题,增强错误处理 - 修复前端配置默认值,改为从后端获取 - 删除 AdminDashboard 中的数据库信息和统计卡片 - 完善系统配置管理,支持从后端获取默认配置
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}; |