Files
uzVideo/js/core/uz3lib.js

6 lines
196 B
JavaScript
Raw Normal View History

2024-07-11 17:44:51 +08:00
const cheerio = createCheerio();
const Crypto = createCryptoJS();
const Encrypt = loadJSEncrypt();
2024-09-02 15:37:48 +08:00
// 推荐优先使用 cheerio, parse 后期可能会移除
2024-07-11 17:44:51 +08:00
const parse = node_html_parser.parse;