1
This commit is contained in:
@@ -1003,7 +1003,7 @@ function escapePuzzleOnboardingSvgText(value: string) {
|
||||
function buildPuzzleOnboardingFallbackImage(promptText: string) {
|
||||
const trimmedPrompt = promptText.trim();
|
||||
const displayPrompt = escapePuzzleOnboardingSvgText(
|
||||
trimmedPrompt.slice(0, 12) || '百梦拼图',
|
||||
trimmedPrompt.slice(0, 12) || '陶泥儿拼图',
|
||||
);
|
||||
return (
|
||||
'data:image/svg+xml;utf8,' +
|
||||
@@ -1065,7 +1065,7 @@ function buildPuzzleOnboardingFallbackWork(
|
||||
profileId: `onboarding-local-profile-${seed}`,
|
||||
ownerUserId: 'onboarding-guest',
|
||||
sourceSessionId: null,
|
||||
authorDisplayName: '百梦主',
|
||||
authorDisplayName: '陶泥儿主',
|
||||
workTitle: '梦境拼图',
|
||||
workDescription: promptText,
|
||||
levelName: level.levelName,
|
||||
@@ -9731,7 +9731,7 @@ export function PlatformEntryFlowShellImpl({
|
||||
}
|
||||
|
||||
setPublicSearchError(
|
||||
resolveRpgCreationErrorMessage(error, '未找到对应的百梦号或作品号。'),
|
||||
resolveRpgCreationErrorMessage(error, '未找到对应的陶泥号或作品号。'),
|
||||
);
|
||||
} finally {
|
||||
setIsSearchingPublicCode(false);
|
||||
@@ -12233,7 +12233,7 @@ export function PlatformEntryFlowShellImpl({
|
||||
{searchedPublicUser.displayName}
|
||||
</div>
|
||||
<div className="mt-2 text-sm text-[var(--platform-text-soft)]">
|
||||
百梦号 {searchedPublicUser.publicUserCode}
|
||||
陶泥号 {searchedPublicUser.publicUserCode}
|
||||
</div>
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
@@ -66,7 +66,7 @@ function createBabyObjectMatchEntry(): PlatformEdutainmentGalleryCard {
|
||||
profileId: 'baby-object-match-profile-1',
|
||||
publicWorkCode: 'EDU-BABY01',
|
||||
ownerUserId: 'user-1',
|
||||
authorDisplayName: '百梦主',
|
||||
authorDisplayName: '陶泥儿主',
|
||||
worldName: '宝贝识物水果篮',
|
||||
subtitle: EDUTAINMENT_BABY_OBJECT_MATCH_TEMPLATE_NAME,
|
||||
summaryText: '将物品放入对应的篮子里。',
|
||||
|
||||
Reference in New Issue
Block a user