Compare commits

...

4 Commits
V1.0 ... main

Author SHA1 Message Date
IQ 9381f00f6d install.lock 调整优化 2019-01-12 00:36:40 +08:00
IQ 14cf210903 增加文件处理 2019-01-09 23:05:19 +08:00
IQ e1b4cb5029 2019-01-09 12:57:13 +08:00
IQ ef54ecbebf 增加开发日志 2019-01-08 20:59:17 +08:00
3 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ nbbuild/
dist/
nbdist/
.nb-gradle/
config/install.lock
config/table

5
DevLog.md Normal file
View File

@ -0,0 +1,5 @@
# 开发日志
1、将页面全部改版为最新界面
2、打通Gitab输入库名进行安装
3、制作应用升级操作

View File

@ -6,7 +6,6 @@ load::sys_class('nav.class.php');
load::sys_func('file');
//需要手动安装,或者发给客户自己手动安装时请将标记① ②的注释去掉
class install extends admin //①
{