UNPKG

cainiaoblog

Version:

一个可以供zyplayer使用的公共配置文件

53 lines (45 loc) 1.15 kB
(function () { // 直接内嵌工具数据(避免跨域) const tools = [ { icon: '📺', "name": "CMS资源播放器", "url": "https://kkplayer.xuehuayu.cn" }, { icon: '🧩', "name": "CMS资源浏览器扩展", "url": "https://chromewebstore.google.com/search/KK%20Player?hl=zh-CN" }, { icon: '🎬', "name": "M3U8播放器", "url": "https://m3u8.xuehuayu.cn" }, { icon: '💻', "name": "Chrome命令工具", "url": "https://chrome.xuehuayu.cn" }, // { // icon: '🔗', // "name": "短网址", // "url": "https://dwz.xuehuayu.cn" // }, { icon: '⚡', "name": "免费游戏加速器", "url": "https://boost.xuehuayu.cn" }, { icon: '📣', "name": "正规流量卡-不乱发货-[广告]", "url": "https://h5.lot-ml.com/ProductEn/Index/1be1066f15176ef6" } ]; document.addEventListener('DOMContentLoaded', function () { if (window.jsonpCallback && typeof window.jsonpCallback === 'function') { window.jsonpCallback(tools); } }) })()