This commit is contained in:
parent
65467c2387
commit
a9f93c82f9
10
README.md
10
README.md
|
|
@ -1,4 +1,4 @@
|
|||
### mdserver-web 0.8.0
|
||||
### mdserver-web 0.8.5
|
||||
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。
|
||||
复制了后台管理界面,按照自己想要的方式写了一版。
|
||||
|
||||
|
|
@ -23,9 +23,11 @@
|
|||
* Gogs - 一款极易搭建的自助Git服务。
|
||||
* Rsyncd - 通用同步服务。
|
||||
|
||||
### 版本更新 0.8.0
|
||||
* 添加PHP74版本
|
||||
* 优化PHP及扩展安装脚本
|
||||
### 版本更新 0.8.5
|
||||
* 添加PHP80版本-Alpha。
|
||||
* 优化PHP及扩展安装脚本。
|
||||
* 自动识别IP地址。
|
||||
* 增加xhprof插件。
|
||||
|
||||
### 自动安装
|
||||
```
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class config_api:
|
|||
|
||||
# 本版解决自启动问题
|
||||
# 文件管理重命名
|
||||
__version = '0.8.0'
|
||||
__version = '0.8.5'
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
[
|
||||
{
|
||||
"version": "0.8.5",
|
||||
"content": "* 添加PHP80版本-Alpha <br/> * 自动识别IP地址 <br/> * 增加xhprof插件",
|
||||
"path": "https://github.com/midoks/mdserver-web/releases/download/0.8.5/mdserver-web.zip"
|
||||
},
|
||||
{
|
||||
"version": "0.7.3",
|
||||
"content": "* 修复自动更新错误 <br/> * 优化文件批量处理 <br/> * 添加PHP守护插件",
|
||||
"path": "https://github.com/midoks/mdserver-web/releases/download/0.7.3/mdserver-web.zip"
|
||||
|
|
|
|||
Loading…
Reference in New Issue