Files
FastapiAdmin/backend/app/scripts/data/system_param.json
T
zhangtao ea4e35fd14 feat(系统配置): 重构系统配置模块为参数管理模块
refactor(代码生成): 重构代码生成相关组件和路由路径

feat(WebSocket): 添加WebSocket支持并配置Nginx代理

fix(用户管理): 移除超级管理员过滤并调整用户数据

feat(定时任务): 完善定时任务日志功能并添加相关API

style(前端): 优化AI助手界面样式和提示文本

chore(初始化数据): 清理和更新系统初始化数据

perf(前端): 优化表格操作列宽度和按钮样式

docs(注释): 更新控制器注释以反映模块变更
2025-09-11 02:06:11 +08:00

99 lines
2.7 KiB
JSON

[
{
"config_name": "网站名称",
"config_key": "sys_web_title",
"config_value": "FastAPI Vue3 Admin",
"config_type": true,
"description": "网站名称",
"creator_id": 1
},
{
"config_name": "网站描述",
"config_key": "sys_web_description",
"config_value": "FastAPI Vue3 Admin 是完全开源的权限管理系统",
"config_type": true,
"description": "网站描述",
"creator_id": 1
},
{
"config_name": "网页图标",
"config_key": "sys_web_favicon",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/favicon.png",
"config_type": true,
"description": "网页图标",
"creator_id": 1
},
{
"config_name": "网站Logo",
"config_key": "sys_web_logo",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/logo.png",
"config_type": true,
"description": "网站Logo",
"creator_id": 1
},
{
"config_name": "登录背景",
"config_key": "sys_login_background",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
"config_type": true,
"description": "登录背景",
"creator_id": 1
},
{
"config_name": "版权信息",
"config_key": "sys_web_copyright",
"config_value": "Copyright © 2025-2026 service.fastapiadmin.com 版权所有",
"config_type": true,
"description": "版权信息",
"creator_id": 1
},
{
"config_name": "备案信息",
"config_key": "sys_keep_record",
"config_value": "陕ICP备2025069493号-1",
"config_type": true,
"description": "备案信息",
"creator_id": 1
},
{
"config_name": "帮助文档",
"config_key": "sys_help_doc",
"config_value": "https://service.fastapiadmin.com",
"config_type": true,
"description": "帮助文档",
"creator_id": 1
},
{
"config_name": "隐私政策",
"config_key": "sys_web_privacy",
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE",
"config_type": true,
"description": "隐私政策",
"creator_id": 1
},
{
"config_name": "用户协议",
"config_key": "sys_web_clause",
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE",
"config_type": true,
"description": "用户协议",
"creator_id": 1
},
{
"config_name": "源码代码",
"config_key": "sys_git_code",
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin.git",
"config_type": true,
"description": "源码代码",
"creator_id": 1
},
{
"config_name": "项目版本",
"config_key": "sys_web_version",
"config_value": "2.0.0",
"config_type": true,
"description": "项目版本",
"creator_id": 1
}
]