ThinkAdmin/app/data/readme.md
2023-02-28 11:55:35 +08:00

21 lines
774 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 模块版权说明
注意:此模块代码是体验案例,存在大量测试代码,不建议直接商用!
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