提交 600fd374 编写于 作者: H hjdhnx

更新了

上级 262dd438
realUrl = 重定向('https://play.fuqizhishi.com/juhe/API.php?appkey=caijijuhe220902&url='+vipUrl)
\ No newline at end of file
// realUrl = 重定向('https://play.fuqizhishi.com/juhe/API.php?appkey=caijijuhe220902&url='+vipUrl)
realUrl = 重定向('http://jxhc.ioivip.xyz/?url='+vipUrl)
\ No newline at end of file
let jxUrl = 'http://api.ckflv.cn/?url=';
// let jxUrl = 'http://api.ckflv.cn/?url=';
let jxUrl = 'https://k.json.icu/home/api?type=ys&uid=12406929&key=adgouwyCGIRSTUV046&url=';
fetch_params.headers.Referer = jxUrl;
try {
// realUrl = null;
......
// realUrl = 重定向('http://211.99.99.236:4567/jhjson/ceshi.php?url='+vipUrl);
// let jxUrl = 'http://211.99.99.236:4567/jhjson/ceshi.php?url=';
let jxUrl = 'http://jx.vipmv.co/json.php?token=123457&url=';
// let jxUrl = 'http://jx.vipmv.co/json.php?token=123457&url=';
let jxUrl = 'http://45.248.10.163:4433/json.php?wap=0&url=';
fetch_params.headers.Referer = jxUrl;
try {
// realUrl = null;
......
realUrl = 重定向('http://ivips.ml/jx/json.php/?url='+vipUrl)
\ No newline at end of file
// realUrl = 重定向('http://ivips.ml/jx/json.php/?url='+vipUrl)
realUrl = 重定向('http://103.40.240.46/jh/?url='+vipUrl)
\ No newline at end of file
3.9.21beta1
\ No newline at end of file
3.9.21beta2
\ No newline at end of file
......@@ -48,6 +48,10 @@
[dockerfile教程](https://blog.csdn.net/qq_46158060/article/details/125718218)
[获取本地设备信息](https://blog.csdn.net/cui_yonghua/article/details/125508991)
[获取本地设备信息](https://m.jb51.net/article/140716.htm)
###### 2022/11/20
- [X] 维护一波可用的自建解析
- [X] 未来功能-解析管理中心增加了对解析的点击访问测试
- [X] 升级至3.9.21beta2
###### 2022/11/17
- [X] 海盗听书js0播放bug修复
- [X] 升级至 3.9.21
......
......@@ -14,12 +14,14 @@
<!-- <button class="layui-btn layui-btn-sm" lay-event="clearFilter">清除所有筛选条件</button>-->
<!-- <button class="layui-btn layui-btn-sm" lay-event="getData">获取当前页数据</button>-->
<button class="layui-btn layui-btn-sm" lay-event="saveData">保存拖拽排序结果</button>
<button class="layui-btn layui-btn-sm" lay-event="setTestVideo">设置解析测试视频</button>
</div>
</script>
<script type="text/html" id="bar">
<a class="layui-btn layui-btn-xs" lay-event="set_top"></a>
<a class="layui-btn layui-btn-xs" lay-event="set_bottom"></a>
<a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del"></a>
<!-- <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del"></a>-->
<a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="test"></a>
</script>
<script src="/static/plugin/layui/layui.js"></script>
<script>
......@@ -110,6 +112,18 @@
saveData(getData);
layer.close(index);
});
}else if(obj.event === 'setTestVideo'){
let test_video = localStorage.test_video||'https://v.qq.com/x/cover/m441e3rjq9kwpsc/d00448tl6se.html';
layer.prompt({
formType: 2,
value: test_video,
title: '请输入待测试的视频地址',
area: ['360px', '120px'] //自定义文本域宽高
}, function(value, index, elem){
console.log(value); //得到value
localStorage.test_video = value;
layer.close(index);
});
}
});
......@@ -118,6 +132,11 @@
console.log(obj);
if(obj.event === 'del'){
layer.msg('未开发功能:删除...',{time:1000})
}else if(obj.event === 'test'){
let test_video = localStorage.test_video||'https://v.qq.com/x/cover/m441e3rjq9kwpsc/d00448tl6se.html';
let url = obj.data.url+test_video;
layer.msg('开始测试:'+url,{time:1000});
window.open(url);
}else if(obj.event === 'set_top'){
layer.msg('未开发功能:置顶...',{time:1000})
}else if(obj.event === 'set_bottom'){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册