更新动漫家园订阅页面和对应API

This commit is contained in:
2020-05-12 17:42:24 +08:00
parent 47a15aa8d7
commit 61b1636c54
14 changed files with 657 additions and 114 deletions

View File

@@ -69,7 +69,6 @@
});
form.render()
element.on('tab(type)', function (data) {
console.log(this)
tabid = $(this).attr('lay-id')
table.render({
elem: "#passwordlist" + tabid
@@ -78,7 +77,7 @@
, page: true
, cols: [[
{ field: "id", title: "id", width: 80, sort: true, fixed: 'left' }
, { field: 'title', title: '标题', width: 80 }
, { field: 'title', title: '标题', width: 200 }
, { field: 'username', title: '账号', width: 200 }
, { field: 'password', title: '密码', width: 200 }
, { field: 'url', title: '网址', width: 400, templet: '<div><a href="{{d.url}}" target="_blank">{{d.url}}</a></div>' }
@@ -228,9 +227,6 @@
$('#side').load("/html/body/nas/side.html");
</script>
<style>
</style>
<div style="display: none; margin: 20px;" id="adduser">
<form class="layui-form" action="">
@@ -271,6 +267,7 @@
</div>
</form>
</div>
</div>
</body>
<style>
#icon {