langgraph-vue3-chatbot 0.1.36 → 0.1.37
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 +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,8 +28,22 @@
|
|
|
28
28
|
<img src="https://raw.githubusercontent.com/izerui/langgraph-vue3-chatbot/main/docs/img_1.png" alt="langgraph-vue3-chatbot dark theme preview" width="48%" />
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
|
+
<details>
|
|
32
|
+
<summary>展开查看更多主题预览</summary>
|
|
33
|
+
|
|
34
|
+
<p align="center">
|
|
35
|
+
<img src="https://raw.githubusercontent.com/izerui/langgraph-vue3-chatbot/main/docs/img_2.png" alt="langgraph-vue3-chatbot hailan theme preview" width="32%" />
|
|
36
|
+
<img src="https://raw.githubusercontent.com/izerui/langgraph-vue3-chatbot/main/docs/img_3.png" alt="langgraph-vue3-chatbot dianshanglv theme preview" width="32%" />
|
|
37
|
+
<img src="https://raw.githubusercontent.com/izerui/langgraph-vue3-chatbot/main/docs/img_4.png" alt="langgraph-vue3-chatbot gaojizi theme preview" width="32%" />
|
|
38
|
+
</p>
|
|
39
|
+
|
|
40
|
+
<p align="center">
|
|
41
|
+
海蓝主题(<code>hailan</code>)、电商绿主题(<code>dianshanglv</code>)和高级紫主题(<code>gaojizi</code>)。
|
|
42
|
+
</p>
|
|
43
|
+
</details>
|
|
44
|
+
|
|
31
45
|
<p align="center">
|
|
32
|
-
|
|
46
|
+
默认展示浅色主题(<code>light</code>)和深色主题(<code>dark</code>)。
|
|
33
47
|
</p>
|
|
34
48
|
|
|
35
49
|
## 特性
|