fix: 修复米游社解析问题

This commit is contained in:
liangho-ng 2025-05-03 01:07:34 +08:00
parent 61aa59473a
commit 625b68ac85

View File

@ -2175,10 +2175,9 @@ export class tools extends plugin {
"Accept-Encoding": "gzip, deflate, br", "Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "zh-cn", "Accept-Language": "zh-cn",
"Connection": "keep-alive", "Connection": "keep-alive",
"Host": "api-takumi.mihoyo.com", "x-rpc-app_version": "2.87.0",
"x-rpc-app_version": "2.11.0",
"x-rpc-client_type": "4", "x-rpc-client_type": "4",
"Referer": "https://bbs.mihoyo.com/", "Referer": "https://www.miyoushe.com/",
"DS": getDS(), "DS": getDS(),
} }
}).then(async resp => { }).then(async resp => {