miao-plugin/config/profile_default.js
2022-07-28 02:36:49 +08:00

27 lines
543 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 如需配置【复制】此文件改名为profile.js
*
* 暂未做热更新修改完毕请重启yunzai
* */
/*
* Enka面板服务API配置
* *
* 若enka服务无法正常访问可尝试修改下配置文件中的地址
* 默认地址https://enka.shinshin.moe/
* 国内服务https://enka.microgg.cn/
* */
export const enkaApi = {
url: 'https://enka.shinshin.moe/'
}
/*
* MiaoApi面板更新地址暂时只支持B服角色
* */
export const miaoApi = {
url: 'http://49.232.91.210/profile',
token: 'miao-token'
}