9 lines
340 B
TypeScript
9 lines
340 B
TypeScript
/**
|
|
* 平台作品详情视图的通用出口。
|
|
* 这里保留平台语义封装,减少 Big Fish 继续挂在 RPG 命名路径上的误导。
|
|
*/
|
|
export {
|
|
RpgEntryWorldDetailView as PlatformEntryWorldDetailView,
|
|
type RpgEntryWorldDetailViewProps as PlatformEntryWorldDetailViewProps,
|
|
} from '../rpg-entry/RpgEntryWorldDetailView';
|