hide frontend image model names

This commit is contained in:
kdletters
2026-05-26 17:37:40 +08:00
parent b388b124da
commit 2d31e19791
12 changed files with 37 additions and 25 deletions

View File

@@ -7441,7 +7441,7 @@ export function PlatformEntryFlowShellImpl({
setBabyObjectMatchError(
resolvePuzzleErrorMessage(
error,
'重新生成宝贝识物 image-2 资源失败。',
'重新生成宝贝识物素材失败。',
),
);
} finally {
@@ -7474,7 +7474,7 @@ export function PlatformEntryFlowShellImpl({
setBabyObjectMatchError(
resolvePuzzleErrorMessage(
error,
'生成宝贝识物 image-2 资源失败,请重试后再发布。',
'生成宝贝识物素材失败,请重试后再发布。',
),
);
} finally {
@@ -7525,7 +7525,7 @@ export function PlatformEntryFlowShellImpl({
} catch (error) {
const message = resolvePuzzleErrorMessage(
error,
'生成宝贝识物 image-2 资源失败,请重试后再试玩。',
'生成宝贝识物素材失败,请重试后再试玩。',
);
setBabyObjectMatchError(message);
if (options.embedded) {