diff --git a/apps/nga.js b/apps/nga.js index 835fafe..bf4b8ee 100644 --- a/apps/nga.js +++ b/apps/nga.js @@ -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` }) }