Merge pull request #64 from xiaoxinzhi123/master

fix: 修复米游社解析问题
This commit is contained in:
RrOrange 2025-05-03 04:12:41 +08:00 committed by GitHub
commit 57f2f7bfd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 => {