mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-15 03:41:06 +08:00
Compare commits
No commits in common. "97ac2b3bac0636ead0f9b9707880eaef830423f3" and "70e363170225eecc2ad01177a1cc1290c0ea3924" have entirely different histories.
97ac2b3bac
...
70e3631702
10
.gitignore
vendored
10
.gitignore
vendored
@ -31,12 +31,4 @@ public/router.php
|
||||
public/static/plugs
|
||||
public/static/theme
|
||||
public/static/admin.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
|
||||
public/static/login.js
|
||||
27
readme.md
27
readme.md
@ -3,8 +3,7 @@
|
||||
[](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)
|
||||
|
||||
### 项目介绍
|
||||
@ -60,7 +59,7 @@
|
||||
|
||||
## 插件生态
|
||||
|
||||
了解更多插件信息请阅读 [《ThinkAdmin 插件生态》](plugin.md)
|
||||
想了解更多插件信息请阅读 [《ThinkAdmin 插件生态》](plugin.md)
|
||||
|
||||
## 系统安装
|
||||
|
||||
@ -140,6 +139,16 @@ 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 开发文档,相信会对您有所帮助哦!
|
||||
@ -194,16 +203,6 @@ 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
|
||||
@ -242,4 +241,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