mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
✏️ 修正文本错误
This commit is contained in:
@@ -208,7 +208,7 @@ async function exportJson(): Promise<void> {
|
|||||||
|
|
||||||
async function handleImportOuter(app: string): Promise<void> {
|
async function handleImportOuter(app: string): Promise<void> {
|
||||||
await TGLogger.Info(`[Achievements][handleImportOuter] 导入来源:${app}`);
|
await TGLogger.Info(`[Achievements][handleImportOuter] 导入来源:${app}`);
|
||||||
const importCheck = await showDialog.check("是否导入祈愿数据?", `来源APP:${app}`, false);
|
const importCheck = await showDialog.check("是否导入成就数据?", `来源APP:${app}`, false);
|
||||||
if (!importCheck) {
|
if (!importCheck) {
|
||||||
showSnackbar.cancel("已取消导入");
|
showSnackbar.cancel("已取消导入");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user