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}
|
||||
|
||||
Reference in New Issue
Block a user