功能扩展

This commit is contained in:
Saul Hetherman
2024-09-02 15:37:48 +08:00
parent c77c385a39
commit ca6d47d200
4 changed files with 36 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
const cheerio = createCheerio();
const Crypto = createCryptoJS();
const Encrypt = loadJSEncrypt();
// 推荐优先使用 cheerio, parse 后期可能会移除
const parse = node_html_parser.parse;