yd-admin 0.1.8 → 0.1.10
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 +7 -0
- package/dist/index.js +472 -610
- package/dist/style.css +109 -109
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -332,6 +332,13 @@ vp test
|
|
|
332
332
|
|
|
333
333
|
## 📋 更新日志
|
|
334
334
|
|
|
335
|
+
### v0.1.9
|
|
336
|
+
|
|
337
|
+
- **feat(AI Chat)**: AI 聊天页面组件 (YdChatPage) - 支持会话列表、模型选择、流式输出
|
|
338
|
+
- **docs**: ChatPage 组件文档
|
|
339
|
+
- **docs**: VitePress sidebar 新增 ChatPage
|
|
340
|
+
- **docs**: README.md 新增 AI 组件列表
|
|
341
|
+
|
|
335
342
|
### v0.1.8
|
|
336
343
|
|
|
337
344
|
- **feat(secureStorage)**: 支持 localStorage 和 sessionStorage 分别设置不同密钥
|