mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修改Https地址为Http (#493)
* 面板查询地址优化 * Update README.md * Update profile_default.js
This commit is contained in:
parent
c584913ed1
commit
e43df47b8a
10
README.md
10
README.md
@ -73,12 +73,10 @@ V2-Yunzai在较长一段时间内会维持更新,进行一些Bugfix及更新
|
||||
>
|
||||
> 如果可以的话,也请在Patreon上支持Enka,或提供闲置的原神账户,具体可在[Enka官网](http://enka.network/) Discord联系
|
||||
>
|
||||
> [issue#63](https://github.com/yoimiya-kokomi/miao-plugin/issues/63#issuecomment-1199734496) :
|
||||
> 国内网络如Enka服务访问不稳定,可尝试更换 [@MiniGrayGay](https://github.com/MiniGrayGay) 大佬提供的中转服务 复制`config/profile_default.js`
|
||||
> 为`config/profile.js`,修改其中enkaApi的url配置,配置完成后重启Bot即可生效
|
||||
>
|
||||
> * 【链接1】:https://enka.microgg.cn/
|
||||
> * 【链接2】:https://enka.minigg.cn/
|
||||
> [issue#63](https://github.com/yoimiya-kokomi/miao-plugin/issues/63#issuecomment-1199734496)
|
||||
|
||||
> 可尝试使用`MiniGG-Api`面板服务 [@MiniGrayGay](https://github.com/MiniGrayGay)<br>
|
||||
> 发送 `#喵喵设置面板服务332` 修改国服&B服的面板查询由 `MiniGG-Api` 处理
|
||||
|
||||
#### #雷神伤害
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
*
|
||||
* 目前使用Miao-Plugin的默认UA请求国服UID时
|
||||
* 会默认重定向 https://enka.network/ 到 https://profile.microgg.cn/
|
||||
* 如果没有外服uid查询请求,可直接在配置文件改为 https://profile.microgg.cn/
|
||||
*
|
||||
* 感谢@MiniGrayGay 大佬提供的服务(Github: https://github.com/MiniGrayGay)
|
||||
*
|
||||
|
@ -21,7 +21,7 @@ export const enkaApi = {
|
||||
}
|
||||
|
||||
export const mggApi = {
|
||||
url: 'https://profile.microgg.cn/',
|
||||
url: 'http://profile.microgg.cn/',
|
||||
userAgent: 'Miao-Plugin/3.1',
|
||||
listApi: ({ url, uid, diyCfg }) => {
|
||||
return `${url}api/uid/${uid}/`
|
||||
|
Loading…
Reference in New Issue
Block a user