yd-admin 0.1.10 → 0.1.12
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 +26 -0
- package/dist/index.js +948 -349
- package/dist/style.css +710 -332
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -332,6 +332,26 @@ vp test
|
|
|
332
332
|
|
|
333
333
|
## 📋 更新日志
|
|
334
334
|
|
|
335
|
+
### v0.0.1
|
|
336
|
+
|
|
337
|
+
- **release**: 版本号更新至 v0.0.1
|
|
338
|
+
- **enhancement**: 优化构建配置
|
|
339
|
+
|
|
340
|
+
### v0.1.12
|
|
341
|
+
|
|
342
|
+
- **release**: 版本号更新至 v0.1.12
|
|
343
|
+
- **enhancement**: 优化构建配置
|
|
344
|
+
|
|
345
|
+
### v0.1.11
|
|
346
|
+
|
|
347
|
+
- **release**: 版本号更新至 v0.1.11
|
|
348
|
+
- **enhancement**: 优化构建配置
|
|
349
|
+
|
|
350
|
+
### v0.1.12
|
|
351
|
+
|
|
352
|
+
- **enhancement**: 版本更新至 v0.1.12
|
|
353
|
+
- **refactor**: 优化构建配置和组件导出
|
|
354
|
+
|
|
335
355
|
### v0.1.9
|
|
336
356
|
|
|
337
357
|
- **feat(AI Chat)**: AI 聊天页面组件 (YdChatPage) - 支持会话列表、模型选择、流式输出
|
|
@@ -364,6 +384,10 @@ vp test
|
|
|
364
384
|
|
|
365
385
|
- **feat**: 虚拟滚动表格组件
|
|
366
386
|
|
|
387
|
+
### v0.0.1
|
|
388
|
+
|
|
389
|
+
- **feat**: 初始版本发布
|
|
390
|
+
|
|
367
391
|
### v0.1.4
|
|
368
392
|
|
|
369
393
|
- **feat**: 初始版本发布
|
|
@@ -377,3 +401,5 @@ vp test
|
|
|
377
401
|
## 📄 License
|
|
378
402
|
|
|
379
403
|
MIT
|
|
404
|
+
test
|
|
405
|
+
test
|