@suzhou-lab/page-components 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -568,3 +568,9 @@ npx install-skills
568
568
  | `valueFormat` | `String` | 日期控件值格式 |
569
569
  | `component` | `Component` | 自定义组件(type=`custom` 时) |
570
570
  | `attrs` | `Object` | 自定义组件的额外属性 |
571
+
572
+ ---
573
+
574
+ ## 更新日志
575
+
576
+ 详见 [CHANGELOG.md](./CHANGELOG.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suzhou-lab/page-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "苏州实验室 UMC 微应用统一列表页面组件 — list-page 布局容器 + filter-form 配置驱动筛选表单,附带 AI 改造技能",
5
5
  "main": "index.js",
6
6
  "bin": {