@mxmweb/rtext 1.3.1 → 1.3.6

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.
package/README.md CHANGED
@@ -294,9 +294,22 @@ A: 使用 `disabledTags` 属性:
294
294
  ```
295
295
 
296
296
 
297
- ## 演示
297
+ ## 🔗 链接
298
298
 
299
- 请查看 [详细说明文档](./doc_assets/demo.md) 了解更多信息。
299
+ - **NPM**: <https://www.npmjs.com/package/@mxmweb/rtext>
300
+ - **GitHub**: <https://github.com/your-org/rtext>
301
+
302
+ ## 📚 API 文档
303
+
304
+ > 📖 完整 API 文档请查看:[doc_assets/接口/](./doc_assets/接口/)
305
+
306
+ - **接口文档**: [UnifiedRichText API](./doc_assets/接口/UnifiedRichText.md)、[Markdownit API](./doc_assets/接口/Markdownit.md)、[ChatMessageAdapter API](./doc_assets/接口/ChatMessageAdapter.md)、[PromptTempDesigner API](./doc_assets/接口/PromptTempDesigner.md)
307
+ - **更新说明**: [CHANGELOG](./doc_assets/更新说明/CHANGELOG.md)
308
+ - **演示说明**: [演示文档](./doc_assets/演示/index.md)
309
+
310
+ ## 📝 演示
311
+
312
+ 请查看 [详细说明文档](./doc_assets/演示/index.md) 了解更多信息。
300
313
 
301
314
  ### 组件介绍
302
315