luck-draw/README.md

62 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 本CMS基于ThinkPHP 6.0开发
> - 运行环境要求 PHP7.4+
> - MySql版本限制 5.7+
<hr /><br />
### 功能列表 ###
> - [x] 后台菜单管理
> - [x] 后台权限管理
> - [x] 管理员管理
> - [x] 操作日志
> - [x] 配置文件配置
> - [x] 素材管理
> - [x] 内容管理
> - [x] 栏目管理
> - [x] 模型管理
> - [x] 配置管理
<hr /><br />
### 待办功能列表 ###
> - 迁移重构老版CMS功能
>> 碎片管理【block高度自定义配置】
> - 系统
> - 配置管理重构
>> 需求 配置优先查询配置文件,文件不存在则根据数据库生成配置文件
> - 内容管理重构
>> 拆分内容表为基础表,根据模型建表创建额外表
> - 模型管理重构
> - 相关SEO配置
> - 组图插件完善
>> 可排序、可自定义关联字段 如标题、url、alt、描述、等等关联可自由增减
<hr /><br />
### PHP扩展依赖列表 ###
> - fileinfo
> - exif 需要安装在mbsting扩展之后
> - gd
<hr /><br />
### PHP组件列表 ###
> - [图片处理 Intervention Image](http://image.intervention.io/getting_started/introduction)
> - [权限验证 think-authz](https://github.com/php-casbin/think-authz)
<hr /><br />
### 前端组件列表 ###
> - [xm-Select 下拉选择框](https://gitee.com/maplemei/xm-select)
> - [富文本编辑器选择 wangEditorv3.1.1](https://github.com/wangfupeng1988/wangEditor)
<hr /><br />