This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * @name 聚合API接口增强版 (CF) | |
| * @description 支持直链返回与303重定向解析,优化错误处理与代码结构 | |
| * @version 3.1.0 | |
| * @author t.me/JHMS_Channel & AI Assistant | |
| */ | |
| // ================= 核心工具函数 ================= | |
| const JSON = { | |
| stringify: JSON.stringify, |