更改七圣召唤分类文档地址

This commit is contained in:
西北一枝花 2023-02-17 18:57:17 +08:00
parent c59b0fad67
commit 718303b3b8

View File

@ -6,7 +6,7 @@ from ruamel import yaml
from LittlePaimon.config import config from LittlePaimon.config import config
from LittlePaimon.utils.requests import aiorequests from LittlePaimon.utils.requests import aiorequests
CARD_RESOURCES_API = '{proxy}https://raw.githubusercontent.com/Nwflower/Atlas/master/resource/text/card.yaml' CARD_RESOURCES_API = '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/index/card.yaml'
CARD_API = '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/{name}' CARD_API = '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/{name}'
RESOURCES_API = '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/path.json' RESOURCES_API = '{proxy}https://raw.githubusercontent.com/Nwflower/genshin-atlas/master/path.json'