2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

修复 国际服绑定Stoken报错

This commit is contained in:
SmallK111407 2024-04-29 20:30:46 +08:00
parent 2e4f326dc6
commit 6ea08ff1bf

View File

@ -17,7 +17,7 @@ const _path = process.cwd();
const DEVICE_ID = utils.randomString(32).toUpperCase(); const DEVICE_ID = utils.randomString(32).toUpperCase();
const DEVICE_NAME = utils.randomString(_.random(1, 10)); const DEVICE_NAME = utils.randomString(_.random(1, 10));
const yamlDataUrl = `${_path}/plugins/xiaoyao-cvs-plugin/data/yaml`; const yamlDataUrl = `${_path}/plugins/xiaoyao-cvs-plugin/data/yaml`;
let HttpsProxyAgent = '' let HttpsProxyAgent
// 米游社的版块 // 米游社的版块
export default class miHoYoApi { export default class miHoYoApi {