Merge remote-tracking branch 'origin/main'

This commit is contained in:
snowykami 2024-09-06 19:50:15 +08:00
commit a97747b7c4
2 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@ const i18nData = {
fetching: '获取中',
stars: '星标',
forks: '分叉',
issues: '开启议题',
prs: '合并请求',
issues: '工单',
prs: '拉取请求',
visitors: '访客',
size: '大小',
plugins: '插件',
@ -75,4 +75,4 @@ export function getTextRef(key: string): any {
const lang = formatLang(useData().site.value.lang);
refData[key] = getText(lang, key);
return refData[key]
}
}

View File

@ -107,7 +107,7 @@ async def _(matcher: Matcher, bot: T_Bot, event: T_MessageEvent):
).handle()
# Satori OK
async def _(matcher: Matcher):
await matcher.finish("https://bot.liteyuki.icu/usage")
await matcher.finish("https://bot.liteyuki.icu/")
@on_alconna(