Files
Genarrative/src/components/platform-entry/platformEntryShared.ts
2026-04-28 19:36:39 +08:00

9 lines
263 B
TypeScript

/**
* 平台入口共享 helper 的通用封装层。
* 先复用既有实现,同时把多玩法入口依赖从 RPG 命名中隔离出来。
*/
export {
buildCreationHubFallbackItems,
resolveRpgCreationErrorMessage,
} from '../rpg-entry/rpgEntryShared';