// Quantumult X引用地址: https://raw.githubusercontent.com/czy13724/Quantumult-X/main/scripts/nicegram.js // Surge/Shadowrocket 模块地址: https://raw.githubusercontent.com/czy13724/Quantumult-X/main/Surge/nicegram.sgmodule // Stash 覆写地址: https://raw.githubusercontent.com/czy13724/Quantumult-X/main/Stash/nicegram.stoverride /* 项目名称: nicegram 项目作者: David 下载地址: https://apps.apple.com/us/app/nicegram-ai-chat-for-telegram/id1608870673?l=en-GB 使用说明: 要激活高级版,请单击底部的“助手”,然后单击“释放您的 Nicegram 福利”,最后单击底部的“开始”。完成此操作后,Premium 应该已解锁 使用声明: 仅供个人参考学习交流,勿用于其它用途 [rewrite_local] ^https?:\/\/nicegram\.cloud\/api\/v\d\/(ai-assistant\/purchase-list|user\/info|telegram\/auth) url script-response-body https://raw.githubusercontent.com/czy13724/Quantumult-X/main/scripts/nicegram.js [mitm] hostname = nicegram.cloud */ var body = $response.body; body = body.replace(/"store_subscription":false/g, '"store_subscription":true'); body = body.replace(/"lifetime_subscription":false/g,'"lifetime_subscription":true'); body = body.replace(/"subscription":false/g,'"subscription":true'); $done({ body });