10 lines
286 B
TypeScript
10 lines
286 B
TypeScript
/**
|
|
* 旧 custom world 八锚点兼容出口。
|
|
* 这里只保留旧命名到 RPG 创作域新契约的映射,便于旧导入渐进迁移。
|
|
*/
|
|
|
|
export type {
|
|
RpgCreationAnchorText as AnchorTextValue,
|
|
RpgCreationAnchorContent as EightAnchorContent,
|
|
} from './rpgAgentAnchors';
|