This commit is contained in:
9
packages/shared/src/contracts/customWorldAgentAnchors.ts
Normal file
9
packages/shared/src/contracts/customWorldAgentAnchors.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 旧 custom world 八锚点兼容出口。
|
||||
* 这里只保留旧命名到 RPG 创作域新契约的映射,便于旧导入渐进迁移。
|
||||
*/
|
||||
|
||||
export type {
|
||||
RpgCreationAnchorText as AnchorTextValue,
|
||||
RpgCreationAnchorContent as EightAnchorContent,
|
||||
} from './rpgAgentAnchors';
|
||||
Reference in New Issue
Block a user