markstream-vue 0.0.1 → 0.0.2-beta.0

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
@@ -4,21 +4,21 @@
4
4
 
5
5
  [![NPM version](https://img.shields.io/npm/v/markstream-vue?color=a1b858&label=)](https://www.npmjs.com/package/markstream-vue)
6
6
  [![中文版](https://img.shields.io/badge/docs-中文文档-blue)](README.zh-CN.md)
7
- [![Docs](https://img.shields.io/badge/docs-vitepress-blue)](https://vue-markdown-renderer-docs.simonhe.me/)
7
+ [![Docs](https://img.shields.io/badge/docs-vitepress-blue)](https://markstream-vue-docs.simonhe.me/)
8
8
  [![NPM downloads](https://img.shields.io/npm/dm/markstream-vue)](https://www.npmjs.com/package/markstream-vue)
9
9
  [![Bundle size](https://img.shields.io/bundlephobia/minzip/markstream-vue)](https://bundlephobia.com/package/markstream-vue)
10
10
  [![License](https://img.shields.io/npm/l/markstream-vue)](./LICENSE)
11
11
 
12
12
  > 📖 All detailed documentation, API, examples, and advanced usage have been migrated to the VitePress documentation site:
13
- > https://vue-markdown-renderer-docs.simonhe.me/guide/
13
+ > https://markstream-vue-docs.simonhe.me/guide/
14
14
 
15
15
  ## 🚀 Playground & Demo
16
16
 
17
- - Playground (interactive demo): https://vue-markdown-renderer.simonhe.me/
18
- - Interactive test page: https://vue-markdown-renderer.simonhe.me/test
17
+ - Playground (interactive demo): https://markstream-vue.simonhe.me/
18
+ - Interactive test page: https://markstream-vue.simonhe.me/test
19
19
 
20
20
  Try the interactive test page to quickly verify and debug:
21
- https://vue-markdown-renderer.simonhe.me/test
21
+ https://markstream-vue.simonhe.me/test
22
22
 
23
23
  This page provides a left editor and right live preview (powered by this library). It includes "generate & copy share link" functionality, encoding your input into the URL for sharing. If the input is too long, fallback options are provided to open directly or pre-fill a GitHub Issue.
24
24
 
@@ -48,10 +48,10 @@ Watch on Bilibili: [Open in Bilibili](https://www.bilibili.com/video/BV17Z4qzpE9
48
48
  ## Troubleshooting & Common Issues
49
49
 
50
50
  Troubleshooting has moved into the docs:
51
- https://vue-markdown-renderer-docs.simonhe.me/guide/troubleshooting
51
+ https://markstream-vue-docs.simonhe.me/guide/troubleshooting
52
52
 
53
53
  If you can't find a solution there, open a GitHub issue:
54
- https://github.com/Simon-He95/vue-markdown-render/issues
54
+ https://github.com/Simon-He95/markstream-vue/issues
55
55
 
56
56
  ## Thanks
57
57
 
@@ -66,7 +66,7 @@ Thanks to the authors and contributors of these projects!
66
66
 
67
67
  ## Star History
68
68
 
69
- [![Star History Chart](https://api.star-history.com/svg?repos=Simon-He95/vue-markdown-render&type=Date)](https://www.star-history.com/#Simon-He95/vue-markdown-render&Date)
69
+ [![Star History Chart](https://api.star-history.com/svg?repos=Simon-He95/markstream-vue&type=Date)](https://www.star-history.com/#Simon-He95/markstream-vue&Date)
70
70
 
71
71
  ## License
72
72
 
package/README.zh-CN.md CHANGED
@@ -3,22 +3,22 @@
3
3
  > 针对 Vue 3 的高性能、流式友好型 Markdown 渲染组件 — 支持渐进式 Mermaid、流式 diff 代码块以及为大文档优化的实时预览。
4
4
 
5
5
  [![NPM version](https://img.shields.io/npm/v/markstream-vue?color=a1b858&label=)](https://www.npmjs.com/package/markstream-vue)
6
- [![Docs](https://img.shields.io/badge/docs-中文文档-blue)](https://vue-markdown-renderer-docs.simonhe.me/zh/guide/)
6
+ [![Docs](https://img.shields.io/badge/docs-中文文档-blue)](https://markstream-vue-docs.simonhe.me/zh/guide/)
7
7
  [![NPM downloads](https://img.shields.io/npm/dm/markstream-vue)](https://www.npmjs.com/package/markstream-vue)
8
8
  [![Bundle size](https://img.shields.io/bundlephobia/minzip/markstream-vue)](https://bundlephobia.com/package/markstream-vue)
9
9
  [![License](https://img.shields.io/npm/l/markstream-vue)](./LICENSE)
10
10
 
11
11
  > 📖 所有详细文档、API、示例和高级用法已迁移至 VitePress 中文文档站点:
12
- > https://vue-markdown-renderer-docs.simonhe.me/zh/guide/
12
+ > https://markstream-vue-docs.simonhe.me/zh/guide/
13
13
 
14
14
  ## 🚀 实时演示
15
15
 
16
- - Playground(交互演示): https://vue-markdown-renderer.simonhe.me/
17
- - 交互测试页面: https://vue-markdown-renderer.simonhe.me/test
16
+ - Playground(交互演示): https://markstream-vue.simonhe.me/
17
+ - 交互测试页面: https://markstream-vue.simonhe.me/test
18
18
 
19
19
  ### 交互测试页面
20
20
 
21
- - 试用交互式测试页面以便快速验证与调试: https://vue-markdown-renderer.simonhe.me/test
21
+ - 试用交互式测试页面以便快速验证与调试: https://markstream-vue.simonhe.me/test
22
22
 
23
23
  此页面提供左侧编辑器与右侧实时预览(由本库驱动)。页面包含“生成并复制分享链接”功能,会将你的输入编码到 URL 中以便分享;当输入过长无法嵌入 URL 时,会提供直接打开或预填 GitHub Issue 的回退流程。
24
24
 
@@ -48,10 +48,10 @@
48
48
  ## 故障排查 & 常见问题
49
49
 
50
50
  详细故障排查与常见问题已迁移至文档站点:
51
- https://vue-markdown-renderer-docs.simonhe.me/zh/guide/troubleshooting
51
+ https://markstream-vue-docs.simonhe.me/zh/guide/troubleshooting
52
52
 
53
53
  如需更多帮助,请到 GitHub Issues 创建问题:
54
- https://github.com/Simon-He95/vue-markdown-render/issues
54
+ https://github.com/Simon-He95/markstream-vue/issues
55
55
 
56
56
  ## 鸣谢
57
57
 
@@ -67,7 +67,7 @@ https://github.com/Simon-He95/vue-markdown-render/issues
67
67
 
68
68
  ## Star 历史
69
69
 
70
- [![Star History Chart](https://api.star-history.com/svg?repos=Simon-He95/vue-markdown-render&type=Date)](https://www.star-history.com/#Simon-He95/vue-markdown-render&Date)
70
+ [![Star History Chart](https://api.star-history.com/svg?repos=Simon-He95/markstream-vue&type=Date)](https://www.star-history.com/#Simon-He95/markstream-vue&Date)
71
71
 
72
72
  ## 许可
73
73