mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
21 lines
774 B
Markdown
21 lines
774 B
Markdown
### 模块版权说明
|
||
|
||
注意:此模块代码是体验案例,存在大量测试代码,不建议直接商用!
|
||
|
||
ThinkAdmin 的 data 模块功能为会员专有功能,普通用户不得直接商用。
|
||
|
||
详情阅读:https://thinkadmin.top/vip-introduce
|
||
|
||
### 模块安装说明
|
||
|
||
将此模块 `app/data` 目录复制到你自己的 `ThinkAdmin V6` 项目 `app/data` 目录。
|
||
|
||
然后执行 `php think xadmin:publish --migrate` 安装,数据库通过脚本安装,不再需要另行导入。
|
||
|
||
### 配套前端代码
|
||
|
||
前端代码使用 `Dcloud` 开发,可以打包发布不同平台的应用,前端代码也仅供参数学习。
|
||
|
||
前端代码:https://gitee.com/zoujingli/ThinkAdminMobile
|
||
|
||
接口文档:https://documenter.getpostman.com/view/4518676/UVkmRHcb |