mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 05:10:57 +00:00
refactor: 统一项目名称为FastApiAdmin
将项目名称从FastAPI Vue3 Admin统一更改为FastApiAdmin,包括: - 所有README文件中的项目名称和链接 - 前后端代码中的系统名称变量 - 文档和配置文件中的引用 - 数据库初始化数据中的系统名称
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user