mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
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.
74 lines
1.9 KiB
JSON
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
|
|
}
|
|
] |