hide frontend image model names
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user