mirror of https://github.com/halo-dev/halo
👽 细节修改
parent
858e45e76f
commit
cf703ffb11
|
@ -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)
|
||||
|
||||
>文档正在整理中。
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
title: '附件详情',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/attachments/attachment?attachId='+id,
|
||||
scrollbar: false
|
||||
|
|
|
@ -352,6 +352,7 @@
|
|||
title: '所有日志',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/logs',
|
||||
scrollbar: false
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
title: '所有附件',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/attachments/select',
|
||||
scrollbar: false
|
||||
|
|
|
@ -558,6 +558,7 @@
|
|||
title: '所有附件',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/attachments/select?id='+id,
|
||||
scrollbar: false
|
||||
|
|
|
@ -145,6 +145,7 @@
|
|||
title: '所有附件',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/attachments/select?id='+id,
|
||||
scrollbar: false
|
||||
|
|
|
@ -197,6 +197,7 @@
|
|||
title: theme+'主题设置',
|
||||
shadeClose: true,
|
||||
shade: 0.5,
|
||||
maxmin: true,
|
||||
area: ['90%', '90%'],
|
||||
content: '/admin/themes/options?theme='+theme,
|
||||
scrollbar: false
|
||||
|
|
Loading…
Reference in New Issue