File tree Expand file tree Collapse file tree 4 files changed +35
-7
lines changed Expand file tree Collapse file tree 4 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志:
2
2
3
+ ## v0.1.8(2020-04)
4
+
5
+ ### Fix Bug & Add Feature
6
+ #### 修复bug
7
+ 1 . 修复版本号问题
8
+ 2 . 首页和登录页面自适应
9
+
10
+ #### 新增功能
11
+ 1 . 增加在线部署网站
12
+ 2 . 增加文档移动排序支持
13
+ 3 . 增加目录大纲显示
14
+ 4 . 首页最近文档过滤掉无权限的空间文档
15
+ 5 . 一些样式调整
16
+ 6 . 增加 docker 支持
17
+
18
+ ### 升级(Upgrade)
19
+ 1 . 下载新版本到部署该项目的根目录
20
+ 2 . 覆盖解压 (tar -zxvf mm-wiki-v0.1.8-linux-amd64.tar.gz)
21
+ 3 . 执行升级命令
22
+ ```
23
+ ./mm-wiki --conf conf/mm-wiki.conf --upgrade
24
+ ```
25
+ 3 . 重新启动
26
+ ```
27
+ ./mm-wiki --conf conf/mm-wiki.conf
28
+ ```
29
+ ### 感谢
30
+ 特别感谢 [ @eahomliu ] ( https://github.com/eahomliu ) [ @cifaz ] ( https://github.com/cifaz ) [ @cxgreat2014 ] ( https://github.com/cxgreat2014 ) 几位贡献 PR
31
+
3
32
## v0.1.7(2020-02)
4
33
5
34
### Fix Bug & Add Feature
Original file line number Diff line number Diff line change @@ -534,7 +534,9 @@ mark {
534
534
}
535
535
536
536
.dir-preview-btn : hover {
537
- background : red;
537
+ /*background: red;*/
538
+ background : # 337ab7 ;
539
+ border-color : # 2e6da4 ;
538
540
cursor : pointer;
539
541
color : # FFFFFF ;
540
542
font-weight : bold;
Original file line number Diff line number Diff line change 64
64
< div class ="copyright ">
65
65
© {{.copyright}}
66
66
< i class ="glyphicon glyphicon-hand-right "> </ i >
67
- < a style ="color: #d8d8d8 ; " target ="_blank " href ="https://github.com/phachon/MM-Wiki "> MM-Wiki Version {{.version}}</ a >
67
+ < a style ="color: gray ; " target ="_blank " href ="https://github.com/phachon/MM-Wiki "> MM-Wiki Version {{.version}}</ a >
68
68
</ div >
69
69
</ div >
70
70
Original file line number Diff line number Diff line change 21
21
</ ul >
22
22
< form class ="navbar-form navbar-left visible-md visible-lg " action ="# " method ="post ">
23
23
< div class ="form-group has-feedback ">
24
- {{/*< i class ="glyphicon glyphicon-search form-control-feedback " style ="line-height: 32px; "> </ i > */}}
25
- < div class ="input-group input-group-sm ">
24
+ < div class ="input-group input-group-sm " style ="width: 320px ">
26
25
< input class ="form-control input-sm " name ="keyword " type ="text " onkeydown ="KeyDown('#search_btn') " placeholder ="请输入关键字搜索... ">
27
- < span class ="input-group-btn ">
26
+ < span class ="input-group-btn " style =" width: 30px " >
28
27
< button class ="btn btn-primary " type ="button " name ="search " id ="search_btn " onclick ="mainSearch(this.form, '/main/search') "> < i class ="fa fa-search "> </ i > </ button >
29
28
</ span >
30
29
</ div >
31
- {{/*< input class ="form-control input-sm " type ="text " placeholder ="输入文档名搜索... " style ="padding-right: 28px;width: 280px "> */}}
32
30
</ div >
33
31
34
32
< div class ="btn-group btn-group-sm " role ="group ">
35
- {{/*< button type ="button " class ="btn btn-primary "> < i class ="glyphicon glyphicon-fullscreen "> </ i > </ button > */}}
36
33
< button type ="button " onclick ="layoutToggle() " class ="btn btn-primary "> < i class ="fa fa-columns "> </ i > </ button >
37
34
</ div >
38
35
</ form >
You can’t perform that action at this time.
0 commit comments