diff --git a/README.en.md b/README.en.md
index 1b18247c..5ed0150e 100644
--- a/README.en.md
+++ b/README.en.md
@@ -2,17 +2,17 @@
- FastAPI Vue3 Admin 
+ FastApiAdmin 
Modern Full-Stack Rapid Development Platform | 现代化全栈快速开发平台
If you like this project, please give it a ⭐️ to show your support!
-
-
+
+
-
-
+
+
-
+
@@ -30,7 +30,7 @@ English | [简体中文](./README.md)
## 📘 Project Introduction
-**FastAPI Vue3 Admin** is a **completely open-source, highly modular, and technologically advanced modern rapid development platform** designed to help developers efficiently build high-quality enterprise-level backend and frontend systems. This project adopts a **frontend-backend separation architecture**, integrating the Python backend framework `FastAPI` and the mainstream frontend framework `Vue3` to achieve unified development across multiple terminals, providing a one-stop out-of-the-box development experience.
+**FastApiAdmin** is a **completely open-source, highly modular, and technologically advanced modern rapid development platform** designed to help developers efficiently build high-quality enterprise-level backend and frontend systems. This project adopts a **frontend-backend separation architecture**, integrating the Python backend framework `FastAPI` and the mainstream frontend framework `Vue3` to achieve unified development across multiple terminals, providing a one-stop out-of-the-box development experience.
> **Design Philosophy**: With modularity and loose coupling at its core, it pursues rich functional modules, simple and easy-to-use interfaces, detailed development documentation, and convenient maintenance methods. By unifying frameworks and components, it reduces the cost of technology selection, follows development specifications and design patterns, builds a powerful code hierarchical model, and comes with comprehensive local language support. It is specifically tailored for team and enterprise development scenarios.
@@ -49,7 +49,7 @@ English | [简体中文](./README.md)
## 📦 Engineering Structure Overview
```sh
-fastapi_vue3_admin
+FastapiAdmin
├─ backend # Backend project (FastAPI + Python)
├─ frontend # Web frontend project (Vue3 + Element Plus)
├─ fastapp # Mobile project (UniApp + Wot Design Uni)
@@ -114,9 +114,9 @@ fastapi_vue3_admin
```bash
# Clone the repository to your local machine
-git clone https://gitee.com/tao__tao/fastapi_vue3_admin.git
+git clone https://gitee.com/tao__tao/FastapiAdmin.git
# Or
-git clone https://github.com/1014TaoTao/fastapi_vue3_admin.git
+git clone https://github.com/1014TaoTao/FastapiAdmin.git
```
### Backend Setup
@@ -360,8 +360,8 @@ For more details, please check the [Official Documentation](https://service.fast
## 👥 Contributors
-
-
+
+
## 🙏 Special Thanks
@@ -389,4 +389,4 @@ Thanks to the contributions and support of the following open-source projects:
If you like this project, please give it a ⭐️ Star to show your support! Thank you very much!
-[](https://starchart.cc/1014TaoTao/fastapi_vue3_admin)
+[](https://starchart.cc/1014TaoTao/FastapiAdmin)
diff --git a/README.md b/README.md
index 223b41d0..a9cb9138 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,17 @@
- FastAPI Vue3 Admin v2.0.0
+ FastApiAdmin v2.0.0
现代化全栈快速开发平台 | Modern Full-Stack Rapid Development Platform
如果你喜欢这个项目,给个 ⭐️ 支持一下吧!
-
-
+
+
-
-
+
+
-
+
@@ -30,7 +30,7 @@
## 📘 项目介绍
-**FastAPI Vue3 Admin** 是一套 **完全开源、高度模块化、技术先进的现代化快速开发平台**,旨在帮助开发者高效搭建高质量的企业级中后台系统。该项目采用 **前后端分离架构**,融合 Python 后端框架 `FastAPI` 和前端主流框架 `Vue3` 实现多端统一开发,提供了一站式开箱即用的开发体验。
+**FastApiAdmin** 是一套 **完全开源、高度模块化、技术先进的现代化快速开发平台**,旨在帮助开发者高效搭建高质量的企业级中后台系统。该项目采用 **前后端分离架构**,融合 Python 后端框架 `FastAPI` 和前端主流框架 `Vue3` 实现多端统一开发,提供了一站式开箱即用的开发体验。
> **设计初心**: 以模块化、松耦合为核心,追求丰富的功能模块、简洁易用的接口、详尽的开发文档和便捷的维护方式。通过统一框架和组件,降低技术选型成本,遵循开发规范和设计模式,构建强大的代码分层模型,搭配完善的本地中文化支持,专为团队和企业开发场景量身定制。
@@ -49,7 +49,7 @@
## 📦 工程结构概览
```sh
-fastapi_vue3_admin
+FastapiAdmin
├─ backend # 后端工程 (FastAPI + Python)
├─ frontend # Web前端工程 (Vue3 + Element Plus)
├─ fastapp # 移动端工程 (UniApp + Wot Design Uni)
@@ -114,9 +114,9 @@ fastapi_vue3_admin
```bash
# 克隆代码到本地
-git clone https://gitee.com/tao__tao/fastapi_vue3_admin.git
+git clone https://gitee.com/tao__tao/FastapiAdmin.git
# 或者
-git clone https://github.com/1014TaoTao/fastapi_vue3_admin.git
+git clone https://github.com/1014TaoTao/FastapiAdmin.git
```
### 后端启动
@@ -360,8 +360,8 @@ docker compose down
## 👥 贡献者
-
-
+
+
## 🙏 特别鸣谢
@@ -389,4 +389,4 @@ docker compose down
如果你喜欢这个项目,请给我一个 ⭐️ Star 支持一下吧!非常感谢!
-[](https://starchart.cc/1014TaoTao/fastapi_vue3_admin)
+[](https://starchart.cc/1014TaoTao/FastapiAdmin)
diff --git a/backend/README.md b/backend/README.md
index 22b91939..fa8d0eeb 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -1,4 +1,4 @@
-# FastAPI Vue3 Admin - Backend
+# FastApiAdmin - Backend
一个基于 FastAPI 的现代化后端管理系统,为前端 Vue3 管理系统提供完整的 API 服务支持。
@@ -42,7 +42,7 @@
## 📁 项目结构
```txt
-fastapi_vue3_admin/backend/
+FastapiAdmin/backend/
├── 📁 app/ # 项目核心代码
│ ├── 💾 alembic/ # 数据库迁移管理
│ ├── 🌐 api/ # API 接口模块
@@ -97,7 +97,7 @@ module_*/
```bash
# 克隆项目
git clone
-cd fastapi_vue3_admin/backend
+cd FastapiAdmin/backend
# 创建虚拟环境(推荐)
python3 -m venv venv
diff --git a/backend/app/scripts/data/system_param.json b/backend/app/scripts/data/system_param.json
index af641076..241542f0 100644
--- a/backend/app/scripts/data/system_param.json
+++ b/backend/app/scripts/data/system_param.json
@@ -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": "源码代码",
diff --git a/backend/sql/mysql/fastapiadmin_2025-10-08_041312.sql b/backend/sql/mysql/fastapiadmin_2025-10-08_041312.sql
index c57f18a2..8a644a5a 100644
--- a/backend/sql/mysql/fastapiadmin_2025-10-08_041312.sql
+++ b/backend/sql/mysql/fastapiadmin_2025-10-08_041312.sql
@@ -479,7 +479,7 @@ CREATE TABLE `system_notice` (
--
/*!40000 ALTER TABLE `system_notice` DISABLE KEYS */;
-INSERT INTO `system_notice` VALUES ('系统通知','1','维护通知:2025-10-01 fastapi_vue3_admin系统凌晨维护',1,1,1,'通知','2025-10-08 04:12:48','2025-10-08 04:12:48'),('系统公告','2','温馨提醒:2025-10-01 fastapi_vue3_admin新版本发布啦',1,1,2,'公告','2025-10-08 04:12:48','2025-10-08 04:12:48');
+INSERT INTO `system_notice` VALUES ('系统通知','1','维护通知:2025-10-01 FastapiAdmin系统凌晨维护',1,1,1,'通知','2025-10-08 04:12:48','2025-10-08 04:12:48'),('系统公告','2','温馨提醒:2025-10-01 FastapiAdmin新版本发布啦',1,1,2,'公告','2025-10-08 04:12:48','2025-10-08 04:12:48');
/*!40000 ALTER TABLE `system_notice` ENABLE KEYS */;
--
@@ -513,7 +513,7 @@ CREATE TABLE `system_param` (
--
/*!40000 ALTER TABLE `system_param` DISABLE KEYS */;
-INSERT INTO `system_param` VALUES ('网站名称','sys_web_title','FastAPI Vue3 Admin',1,1,1,1,'网站名称','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网站描述','sys_web_description','FastAPI Vue3 Admin 是完全开源的权限管理系统',1,1,1,2,'网站描述','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网页图标','sys_web_favicon','https://service.fastapiadmin.com/api/v1/static/image/favicon.png',1,1,1,3,'网页图标','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网站Logo','sys_web_logo','https://service.fastapiadmin.com/api/v1/static/image/logo.png',1,1,1,4,'网站Logo','2025-10-08 04:12:48','2025-10-08 04:12:48'),('登录背景','sys_login_background','https://service.fastapiadmin.com/api/v1/static/image/background.svg',1,1,1,5,'登录背景','2025-10-08 04:12:48','2025-10-08 04:12:48'),('版权信息','sys_web_copyright','Copyright © 2025-2026 service.fastapiadmin.com 版权所有',1,1,1,6,'版权信息','2025-10-08 04:12:48','2025-10-08 04:12:48'),('备案信息','sys_keep_record','陕ICP备2025069493号-1',1,1,1,7,'备案信息','2025-10-08 04:12:48','2025-10-08 04:12:48'),('帮助文档','sys_help_doc','https://service.fastapiadmin.com',1,1,1,8,'帮助文档','2025-10-08 04:12:48','2025-10-08 04:12:48'),('隐私政策','sys_web_privacy','https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE',1,1,1,9,'隐私政策','2025-10-08 04:12:48','2025-10-08 04:12:48'),('用户协议','sys_web_clause','https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE',1,1,1,10,'用户协议','2025-10-08 04:12:48','2025-10-08 04:12:48'),('源码代码','sys_git_code','https://github.com/1014TaoTao/fastapi_vue3_admin.git',1,1,1,11,'源码代码','2025-10-08 04:12:48','2025-10-08 04:12:48'),('项目版本','sys_web_version','2.0.0',1,1,1,12,'项目版本','2025-10-08 04:12:48','2025-10-08 04:12:48'),('演示模式启用','demo_enable','false',1,1,1,13,'是否开启演示模式','2025-10-08 04:12:48','2025-10-08 04:12:48'),('演示访问IP白名单','ip_white_list','[\"127.0.0.1\"]',1,1,1,14,'演示模式IP白名单列表','2025-10-08 04:12:48','2025-10-08 04:12:48'),('接口白名单','white_api_list_path','[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\"]',1,1,1,15,'接口白名单','2025-10-08 04:12:48','2025-10-08 04:12:48'),('访问IP黑名单','ip_black_list','[]',1,1,1,16,'访问IP黑名单','2025-10-08 04:12:48','2025-10-08 04:12:48');
+INSERT INTO `system_param` VALUES ('网站名称','sys_web_title','FastApiAdmin',1,1,1,1,'网站名称','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网站描述','sys_web_description','FastApiAdmin 是完全开源的权限管理系统',1,1,1,2,'网站描述','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网页图标','sys_web_favicon','https://service.fastapiadmin.com/api/v1/static/image/favicon.png',1,1,1,3,'网页图标','2025-10-08 04:12:48','2025-10-08 04:12:48'),('网站Logo','sys_web_logo','https://service.fastapiadmin.com/api/v1/static/image/logo.png',1,1,1,4,'网站Logo','2025-10-08 04:12:48','2025-10-08 04:12:48'),('登录背景','sys_login_background','https://service.fastapiadmin.com/api/v1/static/image/background.svg',1,1,1,5,'登录背景','2025-10-08 04:12:48','2025-10-08 04:12:48'),('版权信息','sys_web_copyright','Copyright © 2025-2026 service.fastapiadmin.com 版权所有',1,1,1,6,'版权信息','2025-10-08 04:12:48','2025-10-08 04:12:48'),('备案信息','sys_keep_record','陕ICP备2025069493号-1',1,1,1,7,'备案信息','2025-10-08 04:12:48','2025-10-08 04:12:48'),('帮助文档','sys_help_doc','https://service.fastapiadmin.com',1,1,1,8,'帮助文档','2025-10-08 04:12:48','2025-10-08 04:12:48'),('隐私政策','sys_web_privacy','https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE',1,1,1,9,'隐私政策','2025-10-08 04:12:48','2025-10-08 04:12:48'),('用户协议','sys_web_clause','https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE',1,1,1,10,'用户协议','2025-10-08 04:12:48','2025-10-08 04:12:48'),('源码代码','sys_git_code','https://github.com/1014TaoTao/FastapiAdmin.git',1,1,1,11,'源码代码','2025-10-08 04:12:48','2025-10-08 04:12:48'),('项目版本','sys_web_version','2.0.0',1,1,1,12,'项目版本','2025-10-08 04:12:48','2025-10-08 04:12:48'),('演示模式启用','demo_enable','false',1,1,1,13,'是否开启演示模式','2025-10-08 04:12:48','2025-10-08 04:12:48'),('演示访问IP白名单','ip_white_list','[\"127.0.0.1\"]',1,1,1,14,'演示模式IP白名单列表','2025-10-08 04:12:48','2025-10-08 04:12:48'),('接口白名单','white_api_list_path','[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\"]',1,1,1,15,'接口白名单','2025-10-08 04:12:48','2025-10-08 04:12:48'),('访问IP黑名单','ip_black_list','[]',1,1,1,16,'访问IP黑名单','2025-10-08 04:12:48','2025-10-08 04:12:48');
/*!40000 ALTER TABLE `system_param` ENABLE KEYS */;
--
diff --git a/backend/sql/postgresql/fastapiadmin_2025-10-08_041413.sql b/backend/sql/postgresql/fastapiadmin_2025-10-08_041413.sql
index d8ebabb8..bc8b076d 100644
--- a/backend/sql/postgresql/fastapiadmin_2025-10-08_041413.sql
+++ b/backend/sql/postgresql/fastapiadmin_2025-10-08_041413.sql
@@ -2976,8 +2976,8 @@ COPY public.system_menu (id, name, type, "order", status, permission, icon, rout
--
COPY public.system_notice (notice_title, notice_type, notice_content, status, creator_id, id, description, created_at, updated_at) FROM stdin;
-系统通知 1 维护通知:2025-10-01 fastapi_vue3_admin系统凌晨维护 t 1 1 通知 2025-10-08 04:13:49.475194 2025-10-08 04:13:49.475196
-系统公告 2 温馨提醒:2025-10-01 fastapi_vue3_admin新版本发布啦 t 1 2 公告 2025-10-08 04:13:49.475197 2025-10-08 04:13:49.475197
+系统通知 1 维护通知:2025-10-01 FastapiAdmin系统凌晨维护 t 1 1 通知 2025-10-08 04:13:49.475194 2025-10-08 04:13:49.475196
+系统公告 2 温馨提醒:2025-10-01 FastapiAdmin新版本发布啦 t 1 2 公告 2025-10-08 04:13:49.475197 2025-10-08 04:13:49.475197
\.
@@ -2986,17 +2986,17 @@ COPY public.system_notice (notice_title, notice_type, notice_content, status, cr
--
COPY public.system_param (config_name, config_key, config_value, config_type, status, creator_id, id, description, created_at, updated_at) FROM stdin;
-网站名称 sys_web_title FastAPI Vue3 Admin t t 1 1 网站名称 2025-10-08 04:13:49.454738 2025-10-08 04:13:49.454739
-网站描述 sys_web_description FastAPI Vue3 Admin 是完全开源的权限管理系统 t t 1 2 网站描述 2025-10-08 04:13:49.45474 2025-10-08 04:13:49.454741
+网站名称 sys_web_title FastApiAdmin t t 1 1 网站名称 2025-10-08 04:13:49.454738 2025-10-08 04:13:49.454739
+网站描述 sys_web_description FastApiAdmin 是完全开源的权限管理系统 t t 1 2 网站描述 2025-10-08 04:13:49.45474 2025-10-08 04:13:49.454741
网页图标 sys_web_favicon https://service.fastapiadmin.com/api/v1/static/image/favicon.png t t 1 3 网页图标 2025-10-08 04:13:49.454741 2025-10-08 04:13:49.454741
网站Logo sys_web_logo https://service.fastapiadmin.com/api/v1/static/image/logo.png t t 1 4 网站Logo 2025-10-08 04:13:49.454742 2025-10-08 04:13:49.454742
登录背景 sys_login_background https://service.fastapiadmin.com/api/v1/static/image/background.svg t t 1 5 登录背景 2025-10-08 04:13:49.454743 2025-10-08 04:13:49.454743
版权信息 sys_web_copyright Copyright © 2025-2026 service.fastapiadmin.com 版权所有 t t 1 6 版权信息 2025-10-08 04:13:49.454743 2025-10-08 04:13:49.454744
备案信息 sys_keep_record 陕ICP备2025069493号-1 t t 1 7 备案信息 2025-10-08 04:13:49.454744 2025-10-08 04:13:49.454744
帮助文档 sys_help_doc https://service.fastapiadmin.com t t 1 8 帮助文档 2025-10-08 04:13:49.454745 2025-10-08 04:13:49.454745
-隐私政策 sys_web_privacy https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE t t 1 9 隐私政策 2025-10-08 04:13:49.454746 2025-10-08 04:13:49.454746
-用户协议 sys_web_clause https://github.com/1014TaoTao/fastapi_vue3_admin/blob/master/LICENSE t t 1 10 用户协议 2025-10-08 04:13:49.454746 2025-10-08 04:13:49.454747
-源码代码 sys_git_code https://github.com/1014TaoTao/fastapi_vue3_admin.git t t 1 11 源码代码 2025-10-08 04:13:49.454747 2025-10-08 04:13:49.454747
+隐私政策 sys_web_privacy https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE t t 1 9 隐私政策 2025-10-08 04:13:49.454746 2025-10-08 04:13:49.454746
+用户协议 sys_web_clause https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE t t 1 10 用户协议 2025-10-08 04:13:49.454746 2025-10-08 04:13:49.454747
+源码代码 sys_git_code https://github.com/1014TaoTao/FastapiAdmin.git t t 1 11 源码代码 2025-10-08 04:13:49.454747 2025-10-08 04:13:49.454747
项目版本 sys_web_version 2.0.0 t t 1 12 项目版本 2025-10-08 04:13:49.454748 2025-10-08 04:13:49.454748
演示模式启用 demo_enable false t t 1 13 是否开启演示模式 2025-10-08 04:13:49.454749 2025-10-08 04:13:49.454749
演示访问IP白名单 ip_white_list ["127.0.0.1"] t t 1 14 演示模式IP白名单列表 2025-10-08 04:13:49.45475 2025-10-08 04:13:49.45475
diff --git a/deploy.sh b/deploy.sh
index 85b1b738..d8b175f3 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# 设置全局变量
-PROJECT_NAME="fastapi_vue3_admin"
+PROJECT_NAME="fastapiadmin"
WORK_DIR="$(cd "$(dirname "$0")" && pwd)"
PROJECT_PATH="${WORK_DIR}/${PROJECT_NAME}"
GIT_REPO="https://gitee.com/tao__tao/${PROJECT_NAME}.git"
diff --git a/fastapp/src/pages/mine/about/index.vue b/fastapp/src/pages/mine/about/index.vue
index 71603cef..1299a728 100644
--- a/fastapp/src/pages/mine/about/index.vue
+++ b/fastapp/src/pages/mine/about/index.vue
@@ -42,7 +42,7 @@