👽 细节修改

pull/1/head
RYAN0UP_ 2018-04-08 16:07:00 +08:00
parent 858e45e76f
commit cf703ffb11
7 changed files with 8 additions and 2 deletions

View File

@ -33,13 +33,13 @@ Fast,simple,powerful blog system powered by Java.
## Download 下载
### [Download](https://github.com/ruibaby/halo/releases)
[Download](https://github.com/ruibaby/halo/releases)
> 目前并未打包成可使用版本因为目前bug还有点多需要花点时间才行。
## Docs 文档
### [Halo Document](https://halo-doc.ryanc.cc)
[Halo Document](https://halo-doc.ryanc.cc)
>文档正在整理中。

View File

@ -66,6 +66,7 @@
title: '附件详情',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/attachments/attachment?attachId='+id,
scrollbar: false

View File

@ -352,6 +352,7 @@
title: '所有日志',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/logs',
scrollbar: false

View File

@ -138,6 +138,7 @@
title: '所有附件',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/attachments/select',
scrollbar: false

View File

@ -558,6 +558,7 @@
title: '所有附件',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/attachments/select?id='+id,
scrollbar: false

View File

@ -145,6 +145,7 @@
title: '所有附件',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/attachments/select?id='+id,
scrollbar: false

View File

@ -197,6 +197,7 @@
title: theme+'主题设置',
shadeClose: true,
shade: 0.5,
maxmin: true,
area: ['90%', '90%'],
content: '/admin/themes/options?theme='+theme,
scrollbar: false