mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-11 02:01:05 +08:00
Compare commits
3 Commits
70e3631702
...
97ac2b3bac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97ac2b3bac | ||
|
|
bf7502788a | ||
|
|
0f4230b69f |
10
.gitignore
vendored
10
.gitignore
vendored
@ -31,4 +31,12 @@ public/router.php
|
||||
public/static/plugs
|
||||
public/static/theme
|
||||
public/static/admin.js
|
||||
public/static/login.js
|
||||
public/static/login.js
|
||||
|
||||
/database/migrations/20221013031925_install_admin.php
|
||||
/database/migrations/20221013031926_install_admin_data.php
|
||||
/database/migrations/20221013045829_install_wechat.php
|
||||
/database/migrations/20221013045830_install_wechat_data.php
|
||||
/database/migrations/20221013045838_install_user.php
|
||||
/database/migrations/20221013045839_install_user_data.php
|
||||
/database/migrations/20221013045840_install_user_region.php
|
||||
27
readme.md
27
readme.md
@ -3,7 +3,8 @@
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin)
|
||||
|
||||
### 项目介绍
|
||||
@ -59,7 +60,7 @@
|
||||
|
||||
## 插件生态
|
||||
|
||||
想了解更多插件信息请阅读 [《ThinkAdmin 插件生态》](plugin.md)
|
||||
了解更多插件信息请阅读 [《ThinkAdmin 插件生态》](plugin.md)
|
||||
|
||||
## 系统安装
|
||||
|
||||
@ -139,16 +140,6 @@ public function index(){
|
||||
* Gitee仓库地址:https://gitee.com/zoujingli/ThinkAdmin/tree/v6.1
|
||||
* GitHub仓库地址:https://github.com/zoujingli/ThinkAdmin/tree/v6.1
|
||||
|
||||
## 版权信息
|
||||
|
||||
[**ThinkAdmin**](https://thinkadmin.top) 遵循 [**MIT**](license) 开源协议发布,并免费提供使用。
|
||||
|
||||
本项目包含的第三方源码和二进制文件的版权信息另行标注。
|
||||
|
||||
版权所有 Copyright © 2014-2023 by ThinkAdmin (https://thinkadmin.top) All rights reserved。
|
||||
|
||||
更多细节参阅[`lisense`](license)文件
|
||||
|
||||
## 技术支持
|
||||
|
||||
开发前请认真阅读 ThinkPHP 官方文档和 ThinkAdmin 开发文档,相信会对您有所帮助哦!
|
||||
@ -203,6 +194,16 @@ public function index(){
|
||||
* 从分离`SystemService`分离出`RuntimeService`服务,精减服务启动入口,优化性能!
|
||||
* 增加插件模式,支持独立封装应用,可以通过`composer`管理并自动安装应用模块!
|
||||
|
||||
## 版权信息
|
||||
|
||||
[**ThinkAdmin**](https://thinkadmin.top) 遵循 [**MIT**](license) 开源协议发布,并免费提供使用。
|
||||
|
||||
本项目包含的第三方源码和二进制文件的版权信息另行标注。
|
||||
|
||||
版权所有 Copyright © 2014-2023 by ThinkAdmin (https://thinkadmin.top) All rights reserved。
|
||||
|
||||
更多细节参阅 [`LISENSE`](license) 文件
|
||||
|
||||
## 系统版本
|
||||
|
||||
体验账号及密码都是 admin
|
||||
@ -241,4 +242,4 @@ public function index(){
|
||||
|
||||
* 在线体验地址:https://v1.thinkadmin.top (已停用)
|
||||
* Gitee 代码地址:https://gitee.com/zoujingli/ThinkAdmin/tree/v1
|
||||
* Github 代码地址:https://github.com/zoujingli/ThinkAdmin/tree/v1
|
||||
* Github 代码地址:https://github.com/zoujingli/ThinkAdmin/tree/v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user