markstream-vue 0.0.4-beta.3 → 0.0.4-beta.4
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 +2 -0
- package/README.zh-CN.md +2 -0
- package/dist/tailwind.ts +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
- Playground (interactive demo): https://markstream-vue.simonhe.me/
|
|
51
51
|
- Interactive test page (shareable links, easy reproduction): https://markstream-vue.simonhe.me/test
|
|
52
52
|
- Docs: https://markstream-vue-docs.simonhe.me/guide/
|
|
53
|
+
- AI/LLM context (project map): https://markstream-vue-docs.simonhe.me/llms.md
|
|
54
|
+
- AI/LLM context (中文): https://markstream-vue-docs.simonhe.me/llms.zh-CN.md
|
|
53
55
|
- One-click StackBlitz demo: https://stackblitz.com/github/Simon-He95/markstream-vue?file=playground/src/App.vue
|
|
54
56
|
- Changelog: [CHANGELOG.md](./CHANGELOG.md)
|
|
55
57
|
- Nuxt playground: `pnpm play:nuxt`
|
package/README.zh-CN.md
CHANGED
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
- Playground(交互演示): https://markstream-vue.simonhe.me/
|
|
50
50
|
- 交互测试页(可分享链接,便于复现): https://markstream-vue.simonhe.me/test
|
|
51
51
|
- 文档: https://markstream-vue-docs.simonhe.me/zh/guide/
|
|
52
|
+
- AI/LLM 项目索引(中文): https://markstream-vue-docs.simonhe.me/llms.zh-CN.md
|
|
53
|
+
- AI/LLM 项目索引(英文): https://markstream-vue-docs.simonhe.me/llms.md
|
|
52
54
|
- 一键 StackBlitz 体验: https://stackblitz.com/github/Simon-He95/markstream-vue?file=playground/src/App.vue
|
|
53
55
|
- 更新日志: [CHANGELOG.md](./CHANGELOG.md)
|
|
54
56
|
- Nuxt playground:`pnpm play:nuxt`
|
package/dist/tailwind.ts
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markstream-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.4-beta.
|
|
4
|
+
"version": "0.0.4-beta.4",
|
|
5
5
|
"packageManager": "pnpm@10.26.1",
|
|
6
6
|
"description": "Vue 3 Markdown renderer optimized for large docs: progressive Mermaid, streaming diff code blocks, and fast real-time preview.",
|
|
7
7
|
"author": "Simon He",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@floating-ui/dom": "^1.7.4",
|
|
132
|
-
"stream-markdown-parser": "^0.0.
|
|
132
|
+
"stream-markdown-parser": "^0.0.50"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@antfu/eslint-config": "^5.4.1",
|