Files
FastapiAdmin/backend/app/scripts/data/sys_tenant_config.json
T
zhangtao 53d2a9d13e chore: cleanup old frontend code and update project configs
This commit removes the deprecated frontend/web-old directory, updates various project configuration files including tsconfig, vite config, environment variables, and backend data models. It also fixes several API paths, adds tenant awareness to multiple models, and makes minor UI adjustments.
2026-05-27 01:12:03 +08:00

74 lines
1.9 KiB
JSON

[
{
"config_key": "tenant_name",
"config_value": "FastApiAdmin",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_description",
"config_value": "FastApiAdmin 是完全开源的权限管理系统",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_version",
"config_value": "3.0.0",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_logo",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/logo.png",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_favicon",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/favicon.png",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_login_bg",
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_copyright",
"config_value": "Copyright © 2025-2026 service.fastapiadmin.com 版权所有",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_keep_record",
"config_value": "陕ICP备2025069493号-1",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_help_doc",
"config_value": "https://service.fastapiadmin.com",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_privacy",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_clause",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE",
"config_type": "string",
"tenant_id": 1
},
{
"config_key": "tenant_git_code",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin.git",
"config_type": "string",
"tenant_id": 1
}
]