/************************************* 项目名称:Perfect365 下载地址:https://t.cn/A6YH7YPQ 更新日期:2024-03-02 脚本作者:chxm1023 电报频道:https://t.me/chxm1023 使用声明:⚠️仅供参考,🈲转载与售卖! ************************************** [rewrite_local] ^https?:\/\/service\.perfect365\.com\/svr\/perfect365\/services url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/Perfect365.js [mitm] hostname = service.perfect365.com *************************************/ var chxm1023 = JSON.parse($response.body); if (chxm1023 && chxm1023.data && chxm1023.data.subscribing === false) { chxm1023.data = { ...chxm1023.data, "yearlyConversion": true, "eligible": true, "productId": "subscription_yearly", "expireTime": "4092599349000", "subscribing": true }; } $done({ body: JSON.stringify(chxm1023) });