Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 1014TaoTao
Copyright (c) 2025 fastapiadmin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://gitee.com/tao__tao/FastapiAdmin.git" target="_blank">
<img src="https://gitee.com/tao__tao/FastapiAdmin/badge/star.svg?theme=dark" alt="Gitee Stars">
</a>
<a href="https://github.com/1014TaoTao/FastapiAdmin.git" target="_blank">
<img src="https://img.shields.io/github/stars/1014TaoTao/FastapiAdmin?style=social" alt="GitHub Stars">
<a href="https://github.com/fastapiadmin/FastapiAdmin.git" target="_blank">
<img src="https://img.shields.io/github/stars/fastapiadmin/FastapiAdmin?style=social" alt="GitHub Stars">
</a>
<a href="https://gitee.com/tao__tao/FastapiAdmin/blob/master/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/License-MIT-orange" alt="License">
Expand Down Expand Up @@ -57,7 +57,7 @@ English | [简体中文](./README.md)

| Platform | Repository |
|----------|------------|
| GitHub | [FastapiAdmin Main](https://github.com/1014TaoTao/FastapiAdmin.git) \| [FastDocs Website](https://github.com/1014TaoTao/FastDocs.git) \| [FastApp Mobile](https://github.com/1014TaoTao/FastApp.git) |
| GitHub | [FastapiAdmin Main](https://github.com/fastapiadmin/FastapiAdmin.git) \| [FastDocs Website](https://github.com/fastapiadmin/FastDocs.git) \| [FastApp Mobile](https://github.com/fastapiadmin/FastApp.git) |
| Gitee | [FastapiAdmin Main](https://gitee.com/tao__tao/FastapiAdmin.git) \| [FastDocs Website](https://gitee.com/tao__tao/FastDocs.git) \| [FastApp Mobile](https://gitee.com/tao__tao/FastApp.git) |

## 📦 Engineering Structure Overview
Expand Down Expand Up @@ -136,7 +136,7 @@ FastapiAdmin
# Clone the repository to your local machine
git clone https://gitee.com/tao__tao/FastapiAdmin.git
# Or
git clone https://github.com/1014TaoTao/FastapiAdmin.git
git clone https://github.com/fastapiadmin/FastapiAdmin.git
```

> **Backend Note**: After cloning the code, you need to rename the `.env.dev.example` file in the `backend/env` directory to `.env.dev`, and rename the `.env.prod.example` file in the `backend/env` directory to `.env.prod`. Then modify the database connection information, Redis connection information, etc., according to the actual situation.
Expand Down Expand Up @@ -458,8 +458,8 @@ For more details, please check the [Official Documentation](https://service.fast

## 👥 Contributors

<a href="https://github.com/1014TaoTao/FastapiAdmin/graphs/contributors">
<img src="https://contrib.rocks/image?repo=1014TaoTao/FastapiAdmin"/>
<a href="https://github.com/fastapiadmin/FastapiAdmin/graphs/contributors">
<img src="https://contrib.rocks/image?repo=fastapiadmin/FastapiAdmin"/>
</a>

## 🙏 Special Thanks
Expand Down Expand Up @@ -487,4 +487,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!

[![Stargazers over time](https://starchart.cc/1014TaoTao/FastapiAdmin.svg?variant=adaptive)](https://starchart.cc/1014TaoTao/FastapiAdmin)
[![Stargazers over time](https://starchart.cc/fastapiadmin/FastapiAdmin.svg?variant=adaptive)](https://starchart.cc/fastapiadmin/FastapiAdmin)
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://gitee.com/tao__tao/FastapiAdmin.git" target="_blank">
<img src="https://gitee.com/tao__tao/FastapiAdmin/badge/star.svg?theme=dark" alt="Gitee Stars">
</a>
<a href="https://github.com/1014TaoTao/FastapiAdmin.git" target="_blank">
<img src="https://img.shields.io/github/stars/1014TaoTao/FastapiAdmin?style=social" alt="GitHub Stars">
<a href="https://github.com/fastapiadmin/FastapiAdmin.git" target="_blank">
<img src="https://img.shields.io/github/stars/fastapiadmin/FastapiAdmin?style=social" alt="GitHub Stars">
</a>
<a href="https://gitee.com/tao__tao/FastapiAdmin/blob/master/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/License-MIT-orange" alt="License">
Expand Down Expand Up @@ -57,7 +57,7 @@

| 平台 | 仓库地址 |
|------|----------|
| GitHub | [FastapiAdmin主工程](https://github.com/1014TaoTao/FastapiAdmin.git) \| [FastDocs官网](https://github.com/1014TaoTao/FastDocs.git) \| [FastApp移动端](https://github.com/1014TaoTao/FastApp.git) |
| GitHub | [FastapiAdmin主工程](https://github.com/fastapiadmin/FastapiAdmin.git) \| [FastDocs官网](https://github.com/fastapiadmin/FastDocs.git) \| [FastApp移动端](https://github.com/fastapiadmin/FastApp.git) |
| Gitee | [FastapiAdmin主工程](https://gitee.com/tao__tao/FastapiAdmin.git) \| [FastDocs官网](https://gitee.com/tao__tao/FastDocs.git) \| [FastApp移动端](https://gitee.com/tao__tao/FastApp.git) |

## 📦 工程结构概览
Expand Down Expand Up @@ -139,7 +139,7 @@ FastapiAdmin
# 克隆代码到本地
git clone https://gitee.com/tao__tao/FastapiAdmin.git
# 或者
git clone https://github.com/1014TaoTao/FastapiAdmin.git
git clone https://github.com/fastapiadmin/FastapiAdmin.git
```

> **后端注意**:克隆下的代码需要修改 `backend/env` 目录下的 `.env.dev.example` 文件为 `.env.dev`,修改 `backend/env` 目录下的 `.env.prod.example` 文件为 `.env.prod`,然后根据实际情况修改数据库连接信息、Redis连接信息等。
Expand Down Expand Up @@ -442,8 +442,8 @@ A:使用 `./deploy.sh` 脚本一键部署到生产环境。

## 👥 贡献者

<a href="https://github.com/1014TaoTao/FastapiAdmin/graphs/contributors">
<img src="https://contrib.rocks/image?repo=1014TaoTao/FastapiAdmin"/>
<a href="https://github.com/fastapiadmin/FastapiAdmin/graphs/contributors">
<img src="https://contrib.rocks/image?repo=fastapiadmin/FastapiAdmin"/>
</a>

## 🙏 特别鸣谢
Expand Down Expand Up @@ -471,4 +471,4 @@ A:使用 `./deploy.sh` 脚本一键部署到生产环境。

如果你喜欢这个项目,请给我一个 ⭐️ Star 支持一下吧!非常感谢!

[![Stargazers over time](https://starchart.cc/1014TaoTao/FastapiAdmin.svg?variant=adaptive)](https://starchart.cc/1014TaoTao/FastapiAdmin)
[![Stargazers over time](https://starchart.cc/fastapiadmin/FastapiAdmin.svg?variant=adaptive)](https://starchart.cc/fastapiadmin/FastapiAdmin)
6 changes: 3 additions & 3 deletions backend/app/scripts/data/sys_param.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,23 @@
{
"config_name": "隐私政策",
"config_key": "sys_web_privacy",
"config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE",
"config_type": true,
"status": "0",
"description": "初始化数据"
},
{
"config_name": "用户协议",
"config_key": "sys_web_clause",
"config_value": "https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE",
"config_type": true,
"status": "0",
"description": "初始化数据"
},
{
"config_name": "源码代码",
"config_key": "sys_git_code",
"config_value": "https://github.com/1014TaoTao/FastapiAdmin.git",
"config_value": "https://github.com/fastapiadmin/FastapiAdmin.git",
"config_type": true,
"status": "0",
"description": "初始化数据"
Expand Down
2 changes: 1 addition & 1 deletion backend/sql/mysql/fastapiadmin_2026-01-03_201546.sql
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ CREATE TABLE `sys_param` (
--

/*!40000 ALTER TABLE `sys_param` DISABLE KEYS */;
INSERT INTO `sys_param` VALUES ('网站名称','sys_web_title','FastApiAdmin',1,1,'f8821461-4cf7-4a82-adf7-b770d08845ac','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网站描述','sys_web_description','FastApiAdmin 是完全开源的权限管理系统',1,2,'ff33eab0-fdfa-48e5-9c74-fc58d222d8f5','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网页图标','sys_web_favicon','https://service.fastapiadmin.com/api/v1/static/image/favicon.png',1,3,'9457e932-11f7-4934-a0dd-afde24442bc4','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网站Logo','sys_web_logo','https://service.fastapiadmin.com/api/v1/static/image/logo.png',1,4,'a44f8d04-cf77-4116-8d85-421467f4c4c9','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('登录背景','sys_login_background','https://service.fastapiadmin.com/api/v1/static/image/background.svg',1,5,'4516b274-d45a-4d84-a9c7-07aaff32af1c','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('版权信息','sys_web_copyright','Copyright © 2025-2026 service.fastapiadmin.com 版权所有',1,6,'e6d2ecaf-0aef-46bd-a780-454212c4310e','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('备案信息','sys_keep_record','陕ICP备2025069493号-1',1,7,'5a7f0bdc-6c7d-4e22-8885-b69ad1c18a8a','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('帮助文档','sys_help_doc','https://service.fastapiadmin.com',1,8,'7a4ab36e-2b0b-426f-a973-7a0f54e987f9','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('隐私政策','sys_web_privacy','https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE',1,9,'c4d0d089-7e7a-40d5-828d-e7d0798fbff6','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('用户协议','sys_web_clause','https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE',1,10,'0f9891e2-c044-4195-8414-dd2520595a92','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('源码代码','sys_git_code','https://github.com/1014TaoTao/FastapiAdmin.git',1,11,'16a0c6cf-3e54-414c-ba7d-761d074ffb99','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('项目版本','sys_web_version','2.0.0',1,12,'ed3e3c09-927a-4298-9594-7369ab348bfa','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('演示模式启用','demo_enable','false',1,13,'e0305279-8e92-48c8-849d-28df2956ae56','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('演示访问IP白名单','ip_white_list','[\"127.0.0.1\"]',1,14,'5ee61c8b-6e96-4414-9792-98ad92898798','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('接口白名单','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,15,'f51f0052-3629-432d-87a8-bb821f443894','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('访问IP黑名单','ip_black_list','[]',1,16,'c7cfa114-6a19-4be0-8c44-f75522069349','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40');
INSERT INTO `sys_param` VALUES ('网站名称','sys_web_title','FastApiAdmin',1,1,'f8821461-4cf7-4a82-adf7-b770d08845ac','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网站描述','sys_web_description','FastApiAdmin 是完全开源的权限管理系统',1,2,'ff33eab0-fdfa-48e5-9c74-fc58d222d8f5','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网页图标','sys_web_favicon','https://service.fastapiadmin.com/api/v1/static/image/favicon.png',1,3,'9457e932-11f7-4934-a0dd-afde24442bc4','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('网站Logo','sys_web_logo','https://service.fastapiadmin.com/api/v1/static/image/logo.png',1,4,'a44f8d04-cf77-4116-8d85-421467f4c4c9','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('登录背景','sys_login_background','https://service.fastapiadmin.com/api/v1/static/image/background.svg',1,5,'4516b274-d45a-4d84-a9c7-07aaff32af1c','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('版权信息','sys_web_copyright','Copyright © 2025-2026 service.fastapiadmin.com 版权所有',1,6,'e6d2ecaf-0aef-46bd-a780-454212c4310e','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('备案信息','sys_keep_record','陕ICP备2025069493号-1',1,7,'5a7f0bdc-6c7d-4e22-8885-b69ad1c18a8a','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('帮助文档','sys_help_doc','https://service.fastapiadmin.com',1,8,'7a4ab36e-2b0b-426f-a973-7a0f54e987f9','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('隐私政策','sys_web_privacy','https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE',1,9,'c4d0d089-7e7a-40d5-828d-e7d0798fbff6','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('用户协议','sys_web_clause','https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE',1,10,'0f9891e2-c044-4195-8414-dd2520595a92','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('源码代码','sys_git_code','https://github.com/fastapiadmin/FastapiAdmin.git',1,11,'16a0c6cf-3e54-414c-ba7d-761d074ffb99','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('项目版本','sys_web_version','2.0.0',1,12,'ed3e3c09-927a-4298-9594-7369ab348bfa','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('演示模式启用','demo_enable','false',1,13,'e0305279-8e92-48c8-849d-28df2956ae56','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('演示访问IP白名单','ip_white_list','[\"127.0.0.1\"]',1,14,'5ee61c8b-6e96-4414-9792-98ad92898798','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('接口白名单','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,15,'f51f0052-3629-432d-87a8-bb821f443894','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40'),('访问IP黑名单','ip_black_list','[]',1,16,'c7cfa114-6a19-4be0-8c44-f75522069349','0','初始化数据','2026-01-03 20:15:40','2026-01-03 20:15:40');
/*!40000 ALTER TABLE `sys_param` ENABLE KEYS */;

--
Expand Down
6 changes: 3 additions & 3 deletions backend/sql/postgres/fastapiadmin_2026-01-03_213232.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3383,9 +3383,9 @@ COPY public.sys_param (config_name, config_key, config_value, config_type, id, u
版权信息 sys_web_copyright Copyright © 2025-2026 service.fastapiadmin.com 版权所有 t 6 cbd70fb4-28c8-4e13-b9e4-44d461b5c1f1 0 初始化数据 2026-01-03 21:32:18.923125 2026-01-03 21:32:18.923125
备案信息 sys_keep_record 陕ICP备2025069493号-1 t 7 059c93c3-82c2-4dfd-94f3-e539060d9fbc 0 初始化数据 2026-01-03 21:32:18.923128 2026-01-03 21:32:18.923128
帮助文档 sys_help_doc https://service.fastapiadmin.com t 8 96ea2556-f9f0-403c-8da6-04c01970fe66 0 初始化数据 2026-01-03 21:32:18.923131 2026-01-03 21:32:18.923132
隐私政策 sys_web_privacy https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE t 9 8fc4c4ee-8309-461c-8b62-c9bdeb4586d3 0 初始化数据 2026-01-03 21:32:18.923134 2026-01-03 21:32:18.923135
用户协议 sys_web_clause https://github.com/1014TaoTao/FastapiAdmin/blob/master/LICENSE t 10 b47bde1c-a594-4362-8a0a-85b1574f4069 0 初始化数据 2026-01-03 21:32:18.923138 2026-01-03 21:32:18.923138
源码代码 sys_git_code https://github.com/1014TaoTao/FastapiAdmin.git t 11 8cd060d1-01f6-48da-9150-b4050341e030 0 初始化数据 2026-01-03 21:32:18.923141 2026-01-03 21:32:18.923141
隐私政策 sys_web_privacy https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE t 9 8fc4c4ee-8309-461c-8b62-c9bdeb4586d3 0 初始化数据 2026-01-03 21:32:18.923134 2026-01-03 21:32:18.923135
用户协议 sys_web_clause https://github.com/fastapiadmin/FastapiAdmin/blob/master/LICENSE t 10 b47bde1c-a594-4362-8a0a-85b1574f4069 0 初始化数据 2026-01-03 21:32:18.923138 2026-01-03 21:32:18.923138
源码代码 sys_git_code https://github.com/fastapiadmin/FastapiAdmin.git t 11 8cd060d1-01f6-48da-9150-b4050341e030 0 初始化数据 2026-01-03 21:32:18.923141 2026-01-03 21:32:18.923141
项目版本 sys_web_version 2.0.0 t 12 f4797975-4fb8-4d5e-8ea9-70330ea2b374 0 初始化数据 2026-01-03 21:32:18.923144 2026-01-03 21:32:18.923144
演示模式启用 demo_enable false t 13 f9d47fb7-72a7-4acc-a61e-13f0436b7664 0 初始化数据 2026-01-03 21:32:18.923147 2026-01-03 21:32:18.923148
演示访问IP白名单 ip_white_list ["127.0.0.1"] t 14 9c60b05f-b473-4706-8d5d-60f1f1fc605b 0 初始化数据 2026-01-03 21:32:18.92315 2026-01-03 21:32:18.923151
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/GithubCorner/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- github 角标 -->
<template>
<a
href="https://github.com/1014TaoTao/FastapiAdmin"
href="https://github.com/fastapiadmin/FastapiAdmin"
target="_blank"
class="github-corner"
aria-label="View source on Github"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="i-svg:gitee text-lg color-#F76560" />
</el-link>
<el-divider direction="vertical" />
<el-link href="https://github.com/1014TaoTao/FastapiAdmin" target="_blank">
<el-link href="https://github.com/fastapiadmin/FastapiAdmin" target="_blank">
<div class="i-svg:github text-lg color-#4080FF" />
</el-link>
<el-divider direction="vertical" />
Expand All @@ -70,7 +70,7 @@
<div class="i-svg:gitee text-lg color-#F76560" />
</el-link>
<el-divider direction="vertical" />
<el-link href="https://github.com/1014TaoTao/FastapiAdmin" target="_blank">
<el-link href="https://github.com/fastapiadmin/FastapiAdmin" target="_blank">
<div class="i-svg:github text-lg color-#4080FF" />
</el-link>
<el-divider direction="vertical" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/module_system/auth/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const showVoteNotification = () => {
notificationInstance = ElNotification({
title: "⭐ FastapiAdmin 完全开源 · 期待您的 Star 支持 🙏",
message: `项目持续迭代中,若对您有所帮助,欢迎点亮 Star 支持!
<br/><a href="https://github.com/1014TaoTao/FastapiAdmin" target="_blank" style="color: var(--el-color-primary); text-decoration: none; font-weight: 500;">Github仓库 →</a>
<br/><a href="https://github.com/fastapiadmin/FastapiAdmin" target="_blank" style="color: var(--el-color-primary); text-decoration: none; font-weight: 500;">Github仓库 →</a>
<br/><a href="https://gitee.com/tao__tao/FastapiAdmin" target="_blank" style="color: var(--el-color-warning); text-decoration: none; font-weight: 500;">Gitee仓库 →</a>`,
type: "success",
position: "bottom-left",
Expand Down