ds-markdown 0.1.4-beta.1 → 0.1.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.en.md +3 -1
- package/README.md +3 -1
- package/package.json +2 -2
- package/README.ja.md +0 -942
- package/README.ko.md +0 -805
package/README.en.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> 🚀 High-performance React Markdown typing animation component, perfectly replicating DeepSeek chat interface effects
|
|
4
4
|
|
|
5
|
-
**[🇨🇳 中文](./README.md) | 🇺🇸 English
|
|
5
|
+
**[🇨🇳 中文](./README.md) | 🇺🇸 English**
|
|
6
6
|
|
|
7
7
|
A React component designed specifically for modern AI applications, providing smooth real-time typing animations and complete Markdown rendering capabilities.
|
|
8
8
|
|
|
@@ -16,6 +16,8 @@ A React component designed specifically for modern AI applications, providing sm
|
|
|
16
16
|
|
|
17
17
|
[DEMO:🔧 StackBlitz Experience](https://stackblitz.com/edit/vitejs-vite-ddfw8avb?file=src%2FApp.tsx)
|
|
18
18
|
|
|
19
|
+
**If you want a pure react markdown typing component, you can use [react-markdown-typer](https://github.com/onshinpei/react-markdown-typer)**
|
|
20
|
+
|
|
19
21
|
---
|
|
20
22
|
|
|
21
23
|
## 📋 Table of Contents
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> 🚀 高性能 React Markdown 打字动画组件,完美复刻 DeepSeek 聊天界面效果
|
|
4
4
|
|
|
5
|
-
**🇨🇳 中文 | [🇺🇸 English](./README.en.md)
|
|
5
|
+
**🇨🇳 中文 | [🇺🇸 English](./README.en.md)**
|
|
6
6
|
|
|
7
7
|
一个专为现代 AI 应用设计的 React 组件,提供流畅的实时打字动画和完整的 Markdown 渲染能力。
|
|
8
8
|
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
[DEMO:🔧 StackBlitz 体验](https://stackblitz.com/edit/vitejs-vite-ddfw8avb?file=src%2FApp.tsx)
|
|
18
18
|
|
|
19
|
+
如果你想要一个纯净的`react markdown` 打字组件,可以使用[react-markdown-typer](https://github.com/onshinpei/react-markdown-typer)
|
|
20
|
+
|
|
19
21
|
---
|
|
20
22
|
|
|
21
23
|
## ❓ 为什么要用 ds-markdown?
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ds-markdown",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.4
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"types": "./dist/cjs/index.d.ts",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"react-markdown"
|
|
136
136
|
],
|
|
137
137
|
"publishConfig": {
|
|
138
|
-
"tag": "
|
|
138
|
+
"tag": "latest"
|
|
139
139
|
}
|
|
140
140
|
}
|