Skip to content

Commit

Permalink
增加演示功能
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Dec 1, 2022
1 parent effe4ef commit 3bf4f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/admin/setting/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<p>
<div class="layui-btn-group">
<button type="button" class="layui-btn layui-btn-sm" onclick = "down_theme('<?php echo $key; ?>','download')">下载</button>
<a class="layui-btn layui-btn-sm" title = "查看<?php echo $key; ?>演示" target = "_blank" href="https://nav.rss.ink/index.php?theme=<?php echo $key; ?>">查看演示</a>
<!-- <button type="button" class="layui-btn layui-btn-sm" onclick = "theme_detail_online('<?php echo $key; ?>')">详情</button> -->
</div>
</p>
Expand Down

0 comments on commit 3bf4f73

Please sign in to comment.