From 9d4d236769ff76501ac1b067cc8edc1a02086c5e Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Sun, 18 Dec 2022 23:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0`=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=94=BB=E7=95=A5`=E5=92=8C`=E5=8F=82=E8=80=83?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LittlePaimon/plugins/Paimon_Wiki/wiki_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LittlePaimon/plugins/Paimon_Wiki/wiki_api.py b/LittlePaimon/plugins/Paimon_Wiki/wiki_api.py index 4463e69..385916f 100644 --- a/LittlePaimon/plugins/Paimon_Wiki/wiki_api.py +++ b/LittlePaimon/plugins/Paimon_Wiki/wiki_api.py @@ -3,12 +3,12 @@ from .card import CARD_API API: Dict[str, str] = { '角色图鉴': '{proxy}https://raw.githubusercontent.com/CMHopeSunshine/GenshinWikiMap/master/results/character_map/{name}.jpg', - '角色攻略': 'https://static.cherishmoon.fun/LittlePaimon/XFGuide/{name}.jpg', + '角色攻略': '{proxy}https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimonRes/main/genshin_guide/guide/{name}.jpg', '角色材料': '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/material%20for%20role/{name}.png', '收益曲线': 'https://static.cherishmoon.fun/LittlePaimon/blue/{name}.jpg', - '参考面板': 'https://static.cherishmoon.fun/LittlePaimon/blueRefer/{name}.jpg', + '参考面板': '{proxy}https://raw.githubusercontent.com/CMHopeSunshine/LittlePaimonRes/main/genshin_guide/panel/{name}.jpg', '武器图鉴': '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/weapon/{name}.png', - '圣遗物图鉴': 'https://static.cherishmoon.fun/LittlePaimon/ArtifactMaps/{name}.jpg', + '圣遗物图鉴': '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/artifact/{name}.png', '原魔图鉴': 'https://static.cherishmoon.fun/LittlePaimon/MonsterMaps/{name}.jpg', '七圣召唤图鉴': CARD_API } \ No newline at end of file