update:动画rss界面新增【番剧计划】入口,以及是否今日更新提示

This commit is contained in:
2022-07-10 17:02:48 +08:00
parent fe7f7997a8
commit 6b8932c86f
11 changed files with 638 additions and 43 deletions

View File

@@ -24,16 +24,16 @@
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
var loadId = layer.load();
let loadId = layer.load();
$.get('/anim/meta/get.do', function (json) {
layer.close(loadId)
layui.use('tree', function () {
var tree = layui.tree;
let tree = layui.tree;
tree.render({
elem: '#animmeta',
data: json,
click: function (obj) {
var url="https://bgm.tv/subject_search/"+encodeURIComponent(obj.data.title)+"?cat=2"
let url="https://bgm.tv/subject_search/"+encodeURIComponent(obj.data.title)+"?cat=2"
layer.prompt({
title: "设置元数据:"+'<a href='+url+' target="_blank">查询</a>',
value: ''