mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 统一项目名称为FastApiAdmin
将项目名称从FastAPI Vue3 Admin统一更改为FastApiAdmin,包括: - 所有README文件中的项目名称和链接 - 前后端代码中的系统名称变量 - 文档和配置文件中的引用 - 数据库初始化数据中的系统名称
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"config_name": "网站名称",
|
||||
"config_key": "sys_web_title",
|
||||
"config_value": "FastAPI Vue3 Admin",
|
||||
"config_value": "FastApiAdmin",
|
||||
"config_type": true,
|
||||
"status": true,
|
||||
"description": "网站名称",
|
||||
@@ -11,7 +11,7 @@
|
||||
{
|
||||
"config_name": "网站描述",
|
||||
"config_key": "sys_web_description",
|
||||
"config_value": "FastAPI Vue3 Admin 是完全开源的权限管理系统",
|
||||
"config_value": "FastApiAdmin 是完全开源的权限管理系统",
|
||||
"config_type": true,
|
||||
"status": true,
|
||||
"description": "网站描述",
|
||||
@@ -74,7 +74,7 @@
|
||||
{
|
||||
"config_name": "隐私政策",
|
||||
"config_key": "sys_web_privacy",
|
||||
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE",
|
||||
"config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
|
||||
"config_type": true,
|
||||
"status": true,
|
||||
"description": "隐私政策",
|
||||
@@ -83,7 +83,7 @@
|
||||
{
|
||||
"config_name": "用户协议",
|
||||
"config_key": "sys_web_clause",
|
||||
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE",
|
||||
"config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
|
||||
"config_type": true,
|
||||
"status": true,
|
||||
"description": "用户协议",
|
||||
@@ -92,7 +92,7 @@
|
||||
{
|
||||
"config_name": "源码代码",
|
||||
"config_key": "sys_git_code",
|
||||
"config_value": "https://github.com/1014TaoTao/fastapi_vue3_admin.git",
|
||||
"config_value": "https://github.com/1014TaoTao/FastapiAdmin.git",
|
||||
"config_type": true,
|
||||
"status": true,
|
||||
"description": "源码代码",
|
||||
|
||||
Reference in New Issue
Block a user