mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
feat: 开始复制类型记录
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<li class="layui-nav-item layui-nav-itemed left-nav-item" data-name="others">
|
||||
<a class="" href="{:url('admin/System/others')}">第三方管理</a>
|
||||
</li>
|
||||
<li class="layui-nav-item layui-nav-itemed left-nav-item" data-name="others">
|
||||
<a class="" href="{:url('Nav/index',['type'=>12,'show_target'=>1])}">三方同步平台</a>
|
||||
</li>
|
||||
|
||||
<li class="layui-nav-item layui-nav-itemed left-nav-item" data-name="agreement">
|
||||
<a class="" href="{:url('admin/System/agreement')}">用户协议管理</a>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
.options-box {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 20%;
|
||||
top: 0;
|
||||
margin: 15px;
|
||||
padding: 15px;
|
||||
border-radius: 5;
|
||||
@@ -102,6 +102,24 @@
|
||||
</div>
|
||||
<hr>
|
||||
<a class=" select-markdown" href="#post-markdown">选中markdown</a>
|
||||
<hr>
|
||||
|
||||
<div class="post-platform-list" >
|
||||
{volist name='list_post_platform' id='vo'}
|
||||
<div class="post-platform-item">
|
||||
<div class="post-platform-label" style="text-align: left;">
|
||||
<span>
|
||||
{$vo.title}
|
||||
</span>
|
||||
</div>
|
||||
<div class="post-platform-label">
|
||||
<input type="hidden" name="post-platform[{$vo.id}]" placeholder="请输入文章链接">
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user