Skip to content

Commit

Permalink
Edit config page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ego008 committed May 13, 2024
1 parent 64983a8 commit 61ead7c
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 147 deletions.
17 changes: 9 additions & 8 deletions views/admin/site_config.qtpl
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{% func (p *SiteConfig) MainBody() %}
<div class="index">

<div class="pure-button-group" role="group">
<a href="/admin/site/router" class="pure-button">自定义路由</a>
<a href="/admin/site/download/cur/db" class="pure-button">打包下载当前数据</a>
<a href="/admin/site/download/cur/img" class="pure-button">打包下载图片</a>
<a href="/admin/ratelimit/iplookup" class="pure-button">Ip lookup</a>
<a href="/admin/ratelimit/setting" class="pure-button">Rate Limit</a>
</div>

<div class="markdown-body entry-content">
<h1>{%s p.Title %}</h1>

<div class="pure-button-group" role="group">
<a href="/admin/site/router" class="pure-button">自定义路由</a>
<a href="/admin/site/download/cur/db" class="pure-button">打包下载当前数据</a>
<a href="/admin/site/download/cur/img" class="pure-button">打包下载图片</a>
<a href="/admin/ratelimit/iplookup" class="pure-button">Ip lookup</a>
<a href="/admin/ratelimit/setting" class="pure-button">Rate Limit</a>
</div>

<form action="" method="post" class="pure-form pure-form-aligned">
<fieldset>
<legend>网站设置</legend>
Expand Down
Loading

0 comments on commit 61ead7c

Please sign in to comment.