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:
parent
2e4f326dc6
commit
6ea08ff1bf
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user