mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改说明;
This commit is contained in:
66
README.md
66
README.md
@@ -1,5 +1,8 @@
|
||||
|
||||

|
||||
|
||||
新版基于`EasyAdmin`打造,`EasyAdmin`是一款优秀的开源后台框架,致谢.
|
||||
|
||||
|
||||
|
||||
|
||||
[](https://github.com/php/php-src)
|
||||
@@ -7,29 +10,29 @@
|
||||
[](https://github.com/top-think/framework)
|
||||
[](https://github.com/sentsin/layui)
|
||||
[](https://github.com/zhongshaofa/layuimini)
|
||||
[](http://easyadmin.99php.cn/docs)
|
||||
[](https://github.com/zhongshaofa/easyadmin/blob/v2/LICENSE)
|
||||
[](http://ulthon_admin.99php.cn/docs)
|
||||
[](https://github.com/zhongshaofa/ulthon_admin/blob/v2/LICENSE)
|
||||
|
||||
## 项目介绍
|
||||
|
||||
基于ThinkPHP6.0和layui的快速开发的后台管理系统。
|
||||
|
||||
技术交流QQ群:[763822524](https://jq.qq.com/?_wv=1027&k=5IHJawE) `加群请备注来源:如gitee、github、官网等`。
|
||||
技术交流QQ群:[207160418](https://jq.qq.com/?_wv=1027&k=TULvsosz)
|
||||
|
||||
## 安装教程
|
||||
>EasyAdmin 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin 之前,请确保你的机器已经安装了 Composer。
|
||||
>ulthon_admin 使用 Composer 来管理项目依赖。因此,在使用 ulthon_admin 之前,请确保你的机器已经安装了 Composer。
|
||||
|
||||
#### 通过 Composer 创建项目`建议`
|
||||
`composer create-project --prefer-dist zhongshaofa/easyadmin blog`
|
||||
`composer create-project --prefer-dist zhongshaofa/ulthon_admin blog`
|
||||
|
||||
#### 通过git下载安装包,composer安装依赖包
|
||||
|
||||
```bash
|
||||
第一步,下载安装包
|
||||
|
||||
git clone https://github.com/zhongshaofa/easyadmin
|
||||
git clone https://github.com/zhongshaofa/ulthon_admin
|
||||
或者
|
||||
git clone https://gitee.com/zhongshaofa/easyadmin
|
||||
git clone https://gitee.com/zhongshaofa/ulthon_admin
|
||||
|
||||
|
||||
第二步,安装依赖包
|
||||
@@ -41,17 +44,15 @@ composer install
|
||||
|
||||
## 站点地址
|
||||
|
||||
* 官方网站:[http://easyadmin.99php.cn](http://easyadmin.99php.cn)
|
||||
* 官方网站:[http://admin.demo.ulthon.com](http://admin.demo.ulthon.com)
|
||||
|
||||
* 文档地址:[http://easyadmin.99php.cn/docs](http://easyadmin.99php.cn/docs)
|
||||
* 文档地址:[http://doc.ulthon.com/home/read/ulthon_admin/home.html](http://doc.ulthon.com/home/read/ulthon_admin/home.html)
|
||||
|
||||
* 演示地址:[http://easyadmin.99php.cn/admindemo](http://easyadmin.99php.cn/admindemo)(账号:admin,密码:123456。备注:只有查看信息的权限)
|
||||
* 演示地址:[http://admin.demo.ulthon.com](http://admin.demo.ulthon.com)(账号:admin,密码:123456。备注:只有查看信息的权限)
|
||||
|
||||
## 代码仓库
|
||||
|
||||
* GitHub地址:[https://github.com/zhongshaofa/easyadmin](https://github.com/zhongshaofa/easyadmin)
|
||||
|
||||
* Gitee地址:[https://gitee.com/zhongshaofa/easyadmin](https://gitee.com/zhongshaofa/easyadmin)
|
||||
* Gitee地址:[https://gitee.com/ulthon/ulthon_admin](https://gitee.com/ulthon/ulthon_admin)
|
||||
|
||||
|
||||
## 项目特性
|
||||
@@ -88,41 +89,16 @@ composer install
|
||||
* 上传文件记录管理
|
||||
* 后台路径自定义,防止别人找到对应的后台地址
|
||||
|
||||
## 特别感谢
|
||||
## 开源协议
|
||||
|
||||
以下项目排名不分先后
|
||||
木兰开源协议
|
||||
|
||||
* ThinkPHP:[https://github.com/top-think/framework](https://github.com/top-think/framework)
|
||||
## 与`EasyAdmin`的关系
|
||||
|
||||
* Layuimini:[https://github.com/zhongshaofa/layuimini](https://github.com/zhongshaofa/layuimini)
|
||||
`EasyAdmin`是一个优秀和流行的开源后台项目,新版的`ulthon_admin`相当于它的一个分支.
|
||||
|
||||
* Annotations:[https://github.com/doctrine/annotations](https://github.com/doctrine/annotations)
|
||||
`ulthon_admin`将不会向`市场插件`方向发展,只为`开发人员`服务,只为`需求定制`服务.
|
||||
|
||||
* Layui:[https://github.com/sentsin/layui](https://github.com/sentsin/layui)
|
||||
自然而然的,无论是`ulthon_admin`还是`EasyAdmin`,都会不断优化自己的系统特性,在生态和文档上是互补的.
|
||||
|
||||
* Jquery:[https://github.com/jquery/jquery](https://github.com/jquery/jquery)
|
||||
|
||||
* RequireJs:[https://github.com/requirejs/requirejs](https://github.com/requirejs/requirejs)
|
||||
|
||||
* CKEditor:[https://github.com/ckeditor/ckeditor4](https://github.com/ckeditor/ckeditor4)
|
||||
|
||||
* Echarts:[https://github.com/apache/incubator-echarts](https://github.com/apache/incubator-echarts)
|
||||
|
||||
## 免责声明
|
||||
|
||||
>任何用户在使用`EasyAdmin`后台框架前,请您仔细阅读并透彻理解本声明。您可以选择不使用`EasyAdmin`后台框架,若您一旦使用`EasyAdmin`后台框架,您的使用行为即被视为对本声明全部内容的认可和接受。
|
||||
|
||||
* `EasyAdmin`后台框架是一款开源免费的后台快速开发框架 ,主要用于更便捷地开发后台管理;其尊重并保护所有用户的个人隐私权,不窃取任何用户计算机中的信息。更不具备用户数据存储等网络传输功能。
|
||||
* 您承诺秉着合法、合理的原则使用`EasyAdmin`后台框架,不利用`EasyAdmin`后台框架进行任何违法、侵害他人合法利益等恶意的行为,亦不将`EasyAdmin`后台框架运用于任何违反我国法律法规的 Web 平台。
|
||||
* 任何单位或个人因下载使用`EasyAdmin`后台框架而产生的任何意外、疏忽、合约毁坏、诽谤、版权或知识产权侵犯及其造成的损失 (包括但不限于直接、间接、附带或衍生的损失等),本开源项目不承担任何法律责任。
|
||||
* 用户明确并同意本声明条款列举的全部内容,对使用`EasyAdmin`后台框架可能存在的风险和相关后果将完全由用户自行承担,本开源项目不承担任何法律责任。
|
||||
* 任何单位或个人在阅读本免责声明后,应在《MIT 开源许可证》所允许的范围内进行合法的发布、传播和使用`EasyAdmin`后台框架等行为,若违反本免责声明条款或违反法律法规所造成的法律责任(包括但不限于民事赔偿和刑事责任),由违约者自行承担。
|
||||
* 如果本声明的任何部分被认为无效或不可执行,其余部分仍具有完全效力。不可执行的部分声明,并不构成我们放弃执行该声明的权利。
|
||||
* 本开源项目有权随时对本声明条款及附件内容进行单方面的变更,并以消息推送、网页公告等方式予以公布,公布后立即自动生效,无需另行单独通知;若您在本声明内容公告变更后继续使用的,表示您已充分阅读、理解并接受修改后的声明内容。
|
||||
|
||||
|
||||
## 捐赠支持
|
||||
|
||||
开源项目不易,若此项目能得到你的青睐,可以捐赠支持作者持续开发与维护,感谢所有支持开源的朋友。
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user