lite-questionnaire 1.0.2 → 1.0.4

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 CHANGED
@@ -35,23 +35,23 @@
35
35
 
36
36
  ### 单选
37
37
 
38
- <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/%E9%80%89%E6%8B%A9%E5%B1%95%E7%A4%BA.gif" width="600" alt="单选展示" />
38
+ <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/select-demo.gif" width="600" alt="单选展示" />
39
39
 
40
40
  ### 多选
41
41
 
42
- <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/%E5%A4%9A%E9%80%89%E5%AE%9A%E4%B9%89.gif" width="600" alt="多选定义" />
42
+ <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/multiselect-demo.gif" width="600" alt="多选定义" />
43
43
 
44
44
  ### 文本输入
45
45
 
46
- <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/%E6%96%87%E6%9C%AC%E8%BE%93%E5%85%A5%E5%B1%95%E7%A4%BA.gif" width="600" alt="文本输入展示" />
46
+ <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/text-demo.gif" width="600" alt="文本输入展示" />
47
47
 
48
48
  ### 确认
49
49
 
50
- <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/%E5%8F%8C%E9%80%89%E5%B1%95%E7%A4%BA.gif" width="600" alt="双选展示" />
50
+ <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/confirm-demo.gif" width="600" alt="双选展示" />
51
51
 
52
52
  ### 评分
53
53
 
54
- <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/%E8%AF%84%E5%88%86%E9%87%8F%E8%A1%A8.gif" width="600" alt="评分量表" />
54
+ <img src="https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/rating-demo.gif" width="600" alt="评分量表" />
55
55
 
56
56
  ## 参数与字段说明
57
57
 
@@ -376,5 +376,12 @@ lite-questionnaire/
376
376
  │ └── rating.ts # 评分滑块 + 表情渲染
377
377
  ├── design/
378
378
  │ └── questionnaire-openapi.yaml
379
+ ├── image/
380
+ ├── skills/
381
+ │ └── lite-questionnaire/
382
+ │ └── SKILL.md
383
+ ├── .gitignore
384
+ ├── LICENSE
385
+ ├── package.json
379
386
  └── README.md
380
387
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lite-questionnaire",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "轻量级交互式问卷工具 — 单选、多选、文本、确认、评分,带条件子问题和声明式校验",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -17,8 +17,12 @@
17
17
  "url": "git+https://github.com/yunwuhai/lite-questionnaire.git"
18
18
  },
19
19
  "pi": {
20
- "extensions": ["./index.ts"],
21
- "skills": ["./skills"],
20
+ "extensions": [
21
+ "./index.ts"
22
+ ],
23
+ "skills": [
24
+ "./skills"
25
+ ],
22
26
  "image": "https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/logo.png"
23
27
  },
24
28
  "peerDependencies": {