mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-05 07:31:14 +08:00
Compare commits
2 Commits
8cc632c3de
...
2b40fdad93
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b40fdad93 | ||
|
|
19a92b4a16 |
13
readme.md
13
readme.md
@ -157,7 +157,7 @@ public function index(){
|
||||
|
||||
## 代码仓库
|
||||
|
||||
[`ThinkAdmin`](https://thinkadmin.top) 为 MIT 协议开源系统,安装使用或二次开发不受约束,欢迎 fork 系统。
|
||||
主仓库放置于`Gitee`, `Github`为镜像仓库。
|
||||
|
||||
部分代码来自互联网,若有异议可以联系作者进行删除。
|
||||
|
||||
@ -165,6 +165,16 @@ public function index(){
|
||||
* Gitee仓库地址:https://gitee.com/zoujingli/ThinkAdmin/tree/v6
|
||||
* GitHub仓库地址:https://github.com/zoujingli/ThinkAdmin/tree/v6
|
||||
|
||||
## 版权信息
|
||||
|
||||
[`ThinkAdmin`](https://thinkadmin.top)循[`MIT`](license)开源协议发布,并免费提供使用。
|
||||
|
||||
本项目包含的第三方源码和二进制文件的版权信息另行标注。
|
||||
|
||||
版权所有 Copyright © 2014-2023 by ThinkAdmin (https://thinkadmin.top) All rights reserved。
|
||||
|
||||
更多细节参阅[`lisense`](license)文件
|
||||
|
||||
## 框架指令
|
||||
|
||||
* 执行 `build.cmd` 可更新 `composer` 插件,会删除并替换 `vendor` 目录
|
||||
@ -210,6 +220,7 @@ public function index(){
|
||||
* 后台行政区域数据更新,由原来的腾讯地图数据切换为百度地图最新数据,需要更新`static`,数据库版需另行更新。
|
||||
* 增加`Phinx`数据库迁移脚本支持,可根据自己的需求安装对应模块,其中`admin`为改选模块!
|
||||
* 从分离`SystemService`分离出`RuntimeService`服务,精减服务启动入口,优化性能!
|
||||
* 增加插件模式,支持独立封装应用,可以通过`composer`管理并自动安装应用模块!
|
||||
|
||||
## 系统版本
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user