修改参考面板资源地址

This commit is contained in:
yeyang
2023-04-03 15:06:40 +08:00
parent b6a3cc4ec3
commit e756fbb242

View File

@@ -74,7 +74,7 @@ export class NGA extends plugin {
} else {
// 参考面板
imgList.push({
url: `http://www.liaobiao.top/Referenc/${role.name}.png`,
url: `https://gitlab.com/yeyang52/referenc-profile/-/raw/master/image/${role.name}.png`,
imgPath: `${this.referencePanelPath}/${role.name}.png`
})
}