miao-plugin/config/profile_default.js

24 lines
452 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配置
* *
* 默认地址https://enka.shinshin.moe/
* */
export const enkaApi = {
url: 'https://enka.shinshin.moe/',
userAgent: 'Miao-Plugin/3.0'
}
/*
* MiaoApi面板更新地址暂时只支持B服角色
* */
export const miaoApi = {
url: 'http://49.232.91.210/profile',
token: 'miao-token'
}