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