This commit is contained in:
2026-05-08 11:44:42 +08:00
parent b08127031c
commit abf1f1ebea
249 changed files with 39411 additions and 887 deletions
@@ -9,6 +9,9 @@ import type { CustomWorldProfile } from '../../types';
export function resolveRpgEntryErrorMessage(error: unknown, fallback: string) {
if (isTimeoutError(error)) {
if (/智能创作/u.test(fallback)) {
return '开启智能创作工作区超时,请确认运行时后端已启动后重试。';
}
if (/拼图/u.test(fallback)) {
return '开启拼图创作工作台超时,请确认运行时后端已启动后重试。';
}