完成全量检查整改

清理已跟踪原始日志与个人本地配置
修复前后端有效门禁、测试和构建问题
补齐生产 Jenkins、SpacetimeDB 本地命令与文档约束
收紧图片编辑器状态、附件与媒体引用测试
排除已下线旧创作入口测试并清理 warning
This commit is contained in:
2026-07-17 16:56:46 +08:00
parent 18af49c27f
commit 387a1c26e3
274 changed files with 1077 additions and 2113 deletions
@@ -6,9 +6,9 @@ import { beforeEach, expect, test, vi } from 'vitest';
import {
AnimationState,
WorldType,
type GameState,
type StoryMoment,
WorldType,
} from '../../types';
import { RpgRuntimeShell } from './RpgRuntimeShell';
import type { RpgRuntimeShellProps } from './types';
+10 -10
View File
@@ -2,6 +2,10 @@ export {
RpgRuntimeCanvasStage,
type RpgRuntimeCanvasStageProps,
} from './RpgRuntimeCanvasStage';
export {
ModalLoadingFallback,
PanelLoadingFallback,
} from './rpgRuntimeLoaders';
export {
RpgRuntimeOverlayHost,
type RpgRuntimeOverlayHostProps,
@@ -18,19 +22,15 @@ export {
type RpgAdventureStatistics,
type RpgRuntimeDialogueIndicator,
} from './types';
export {
ModalLoadingFallback,
PanelLoadingFallback,
} from './rpgRuntimeLoaders';
export {
useRpgRuntimeShellViewModel,
type RpgRuntimeShellViewModelResult,
type UseRpgRuntimeShellViewModelParams,
} from './useRpgRuntimeShellViewModel';
export { useRpgRuntimeOverlayState } from './useRpgRuntimeOverlayState';
export {
type RpgRuntimeShellViewModelResult,
useRpgRuntimeShellViewModel,
type UseRpgRuntimeShellViewModelParams,
} from './useRpgRuntimeShellViewModel';
export {
SCENE_TRANSITION_FUNCTION_MODES,
useRpgSceneTransitionModel,
type SceneTransitionPhase,
type SceneTransitionTriggerMode,
useRpgSceneTransitionModel,
} from './useRpgSceneTransitionModel';