diff --git a/README.md b/README.md index daaafff75..dca893de5 100755 --- a/README.md +++ b/README.md @@ -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) >文档正在整理中。 diff --git a/src/main/resources/templates/admin/admin_attachment.ftl b/src/main/resources/templates/admin/admin_attachment.ftl index 47458a920..a3ec7c034 100755 --- a/src/main/resources/templates/admin/admin_attachment.ftl +++ b/src/main/resources/templates/admin/admin_attachment.ftl @@ -66,6 +66,7 @@ title: '附件详情', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/attachments/attachment?attachId='+id, scrollbar: false diff --git a/src/main/resources/templates/admin/admin_index.ftl b/src/main/resources/templates/admin/admin_index.ftl index d3d46e542..e7f670eef 100755 --- a/src/main/resources/templates/admin/admin_index.ftl +++ b/src/main/resources/templates/admin/admin_index.ftl @@ -352,6 +352,7 @@ title: '所有日志', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/logs', scrollbar: false diff --git a/src/main/resources/templates/admin/admin_md-editor.ftl b/src/main/resources/templates/admin/admin_md-editor.ftl index 22c2096f8..94b12e9b1 100644 --- a/src/main/resources/templates/admin/admin_md-editor.ftl +++ b/src/main/resources/templates/admin/admin_md-editor.ftl @@ -138,6 +138,7 @@ title: '所有附件', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/attachments/select', scrollbar: false diff --git a/src/main/resources/templates/admin/admin_option.ftl b/src/main/resources/templates/admin/admin_option.ftl index 16097ddcc..8df01eada 100755 --- a/src/main/resources/templates/admin/admin_option.ftl +++ b/src/main/resources/templates/admin/admin_option.ftl @@ -558,6 +558,7 @@ title: '所有附件', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/attachments/select?id='+id, scrollbar: false diff --git a/src/main/resources/templates/admin/admin_profile.ftl b/src/main/resources/templates/admin/admin_profile.ftl index f2a039236..caeec67ed 100644 --- a/src/main/resources/templates/admin/admin_profile.ftl +++ b/src/main/resources/templates/admin/admin_profile.ftl @@ -145,6 +145,7 @@ title: '所有附件', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/attachments/select?id='+id, scrollbar: false diff --git a/src/main/resources/templates/admin/admin_theme.ftl b/src/main/resources/templates/admin/admin_theme.ftl index e10310dc5..48069b293 100755 --- a/src/main/resources/templates/admin/admin_theme.ftl +++ b/src/main/resources/templates/admin/admin_theme.ftl @@ -197,6 +197,7 @@ title: theme+'主题设置', shadeClose: true, shade: 0.5, + maxmin: true, area: ['90%', '90%'], content: '/admin/themes/options?theme='+theme, scrollbar: false