Compare commits

...

2 Commits

View File

@ -374,7 +374,7 @@ async function loadSheepInfo() {
const { data: sheepData } = await checkSheepByManageTags(tag.trim());
if (!sheepData) {
validResults.push(false);
proxy.$modal.msgError(`耳号 ${tag} 不存在`);
proxy.$modal.msgError(`耳号 ${tag} 不存在或已删除`);
continue;
}