@mxmweb/rtext 1.6.23 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,6 +96,8 @@ export interface UnifiedRichTextProps {
96
96
  disabledTags?: Array<'template' | 'think' | 'reference'>;
97
97
  /** 是否启用 PrismJS 语法高亮(默认 false,使用普通代码块样式) */
98
98
  enablePrism?: boolean;
99
+ /** 是否启用 "<t" + Tab 自动补全为 "<template "(仅编辑模式) */
100
+ enableTemplateAutocomplete?: boolean;
99
101
  }
100
102
  /**
101
103
  * 统一富文本组件