🎨 优化提示

This commit is contained in:
KimigaiiWuyi 2023-12-25 04:34:49 +08:00
parent 8c2a925fdd
commit a5761210ab
2 changed files with 6 additions and 6 deletions

View File

@ -10,11 +10,6 @@ from gsuid_core.utils.plugins_config.models import (
)
CONIFG_DEFAULT: Dict[str, GSC] = {
'random_pic_API': GsStrConfig(
'随机图API',
'用于面板查询的随机图API',
'https://genshin-res.cherishmoon.fun/img?name=',
),
'Ann_Groups': GsDictConfig(
'推送公告群组',
'原神公告推送群组',
@ -52,6 +47,12 @@ CONIFG_DEFAULT: Dict[str, GSC] = {
'开启后[查询心海]等命令展示图将替换为随机图片',
False,
),
'random_pic_API': GsStrConfig(
'随机图API',
'用于面板查询的随机图API',
'https://genshin-res.cherishmoon.fun/img?name=',
['https://genshin-res.cherishmoon.fun/img?name='],
),
'SchedSignin': GsBoolConfig(
'定时签到',
'开启后每晚00:30将开始自动签到任务',

View File

@ -14,7 +14,6 @@ from gsuid_core.utils.api.minigg.models import (
)
from .path import TEXT_PATH
from ..utils.resource.download_url import download
from ..utils.get_assets import get_assets_from_ambr
from ..utils.map.name_covert import name_to_avatar_id
from ..utils.image.convert import str_lenth, convert_img