refactor: 统一项目名称为FastApiAdmin

将项目名称从FastAPI Vue3 Admin统一更改为FastApiAdmin,包括:
- 所有README文件中的项目名称和链接
- 前后端代码中的系统名称变量
- 文档和配置文件中的引用
- 数据库初始化数据中的系统名称
This commit is contained in:
zhangtao
2025-11-03 01:35:56 +08:00
parent d02844dd70
commit 88c1b8fa67
24 changed files with 112 additions and 112 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "fastdocs",
"description": "Fastapi_Vue3_Admin 项目文档",
"description": "FastapiAdmin 项目文档",
"version": "2.0.0",
"private": true,
"type": "module",
@@ -25,12 +25,12 @@
},
"repository": {
"type": "git",
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git"
"url": "https://gitee.com/tao__tao/FastapiAdmin.git"
},
"bugs": {
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin/issues"
"url": "https://gitee.com/tao__tao/FastapiAdmin/issues"
},
"author": "fastapiadmin <948080782@qq.com>",
"license": "MIT",
"homepage": "https://gitee.com/tao__tao/fastapi_vue3_admin"
"homepage": "https://gitee.com/tao__tao/FastapiAdmin"
}