@fox-js/phone-skills 4.0.1-0

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 (98) hide show
  1. package/README.md +30 -0
  2. package/foxui/SKILL.md +442 -0
  3. package/foxui/references/fox-action-sheet/doc.md +74 -0
  4. package/foxui/references/fox-actionsheet-item/doc.md +499 -0
  5. package/foxui/references/fox-animate/doc.md +66 -0
  6. package/foxui/references/fox-audio/doc.md +76 -0
  7. package/foxui/references/fox-avatar/doc.md +70 -0
  8. package/foxui/references/fox-back-top/doc.md +69 -0
  9. package/foxui/references/fox-badge/doc.md +72 -0
  10. package/foxui/references/fox-barrage/doc.md +116 -0
  11. package/foxui/references/fox-button/doc.md +203 -0
  12. package/foxui/references/fox-calendar/doc.md +346 -0
  13. package/foxui/references/fox-calendar-item/doc.md +331 -0
  14. package/foxui/references/fox-cascader/doc.md +78 -0
  15. package/foxui/references/fox-cascader-item/doc.md +710 -0
  16. package/foxui/references/fox-cell/doc.md +74 -0
  17. package/foxui/references/fox-checkbox-item/doc.md +387 -0
  18. package/foxui/references/fox-circle-progress/doc.md +65 -0
  19. package/foxui/references/fox-collapse/doc.md +71 -0
  20. package/foxui/references/fox-count-down/doc.md +78 -0
  21. package/foxui/references/fox-count-up/doc.md +178 -0
  22. package/foxui/references/fox-date-item/doc.md +437 -0
  23. package/foxui/references/fox-date-picker/doc.md +438 -0
  24. package/foxui/references/fox-dialog/doc.md +242 -0
  25. package/foxui/references/fox-divider/doc.md +149 -0
  26. package/foxui/references/fox-domain-provider/doc.md +93 -0
  27. package/foxui/references/fox-drag/doc.md +64 -0
  28. package/foxui/references/fox-dropdown/doc.md +138 -0
  29. package/foxui/references/fox-elevator/doc.md +66 -0
  30. package/foxui/references/fox-ellipsis/doc.md +69 -0
  31. package/foxui/references/fox-empty/doc.md +67 -0
  32. package/foxui/references/fox-fixed-nav/doc.md +72 -0
  33. package/foxui/references/fox-floating-button/doc.md +142 -0
  34. package/foxui/references/fox-grid/doc.md +69 -0
  35. package/foxui/references/fox-group/doc.md +295 -0
  36. package/foxui/references/fox-icon/doc.md +65 -0
  37. package/foxui/references/fox-image/doc.md +75 -0
  38. package/foxui/references/fox-image-preview/doc.md +79 -0
  39. package/foxui/references/fox-indicator/doc.md +70 -0
  40. package/foxui/references/fox-infinite-loading/doc.md +74 -0
  41. package/foxui/references/fox-input-item/doc.md +210 -0
  42. package/foxui/references/fox-input-number/doc.md +199 -0
  43. package/foxui/references/fox-input-number-item/doc.md +213 -0
  44. package/foxui/references/fox-item/doc.md +207 -0
  45. package/foxui/references/fox-layout/doc.md +273 -0
  46. package/foxui/references/fox-link-item/doc.md +158 -0
  47. package/foxui/references/fox-list/doc.md +71 -0
  48. package/foxui/references/fox-mapping/doc.md +251 -0
  49. package/foxui/references/fox-menu/doc.md +425 -0
  50. package/foxui/references/fox-message-box/doc.md +200 -0
  51. package/foxui/references/fox-money-item/doc.md +174 -0
  52. package/foxui/references/fox-more-button/doc.md +208 -0
  53. package/foxui/references/fox-navbar/doc.md +75 -0
  54. package/foxui/references/fox-notice-bar/doc.md +71 -0
  55. package/foxui/references/fox-notify/doc.md +72 -0
  56. package/foxui/references/fox-number-keyboard/doc.md +77 -0
  57. package/foxui/references/fox-over-lay/doc.md +70 -0
  58. package/foxui/references/fox-page/doc.md +76 -0
  59. package/foxui/references/fox-pagination/doc.md +73 -0
  60. package/foxui/references/fox-picker/doc.md +668 -0
  61. package/foxui/references/fox-picker-item/doc.md +389 -0
  62. package/foxui/references/fox-popover/doc.md +70 -0
  63. package/foxui/references/fox-popover-dialog/doc.md +113 -0
  64. package/foxui/references/fox-popup/doc.md +88 -0
  65. package/foxui/references/fox-price/doc.md +67 -0
  66. package/foxui/references/fox-progress/doc.md +74 -0
  67. package/foxui/references/fox-pull-refresh/doc.md +77 -0
  68. package/foxui/references/fox-radio-item/doc.md +384 -0
  69. package/foxui/references/fox-range/doc.md +65 -0
  70. package/foxui/references/fox-rate/doc.md +141 -0
  71. package/foxui/references/fox-rate-item/doc.md +137 -0
  72. package/foxui/references/fox-rolling-provider/doc.md +87 -0
  73. package/foxui/references/fox-search-bar/doc.md +91 -0
  74. package/foxui/references/fox-short-password/doc.md +78 -0
  75. package/foxui/references/fox-side-nav-bar/doc.md +68 -0
  76. package/foxui/references/fox-signature/doc.md +202 -0
  77. package/foxui/references/fox-skeleton/doc.md +73 -0
  78. package/foxui/references/fox-steps/doc.md +162 -0
  79. package/foxui/references/fox-steps-bar/doc.md +610 -0
  80. package/foxui/references/fox-sticky/doc.md +68 -0
  81. package/foxui/references/fox-swipe/doc.md +176 -0
  82. package/foxui/references/fox-swiper/doc.md +254 -0
  83. package/foxui/references/fox-switch/doc.md +162 -0
  84. package/foxui/references/fox-switch-item/doc.md +190 -0
  85. package/foxui/references/fox-tabbar/doc.md +63 -0
  86. package/foxui/references/fox-table/doc.md +640 -0
  87. package/foxui/references/fox-tabs/doc.md +67 -0
  88. package/foxui/references/fox-tabs-bar/doc.md +533 -0
  89. package/foxui/references/fox-tag/doc.md +213 -0
  90. package/foxui/references/fox-text/doc.md +84 -0
  91. package/foxui/references/fox-textarea-item/doc.md +106 -0
  92. package/foxui/references/fox-toast/doc.md +149 -0
  93. package/foxui/references/fox-tour/doc.md +89 -0
  94. package/foxui/references/fox-trend-arrow/doc.md +72 -0
  95. package/foxui/references/fox-uploader/doc.md +96 -0
  96. package/foxui/references/fox-video/doc.md +245 -0
  97. package/foxui/references/fox-water-mark/doc.md +81 -0
  98. package/package.json +21 -0
@@ -0,0 +1,96 @@
1
+ <!--
2
+ * @Author: 江成
3
+ * @Date: 2026-04-27 00:37:28
4
+ * @LastEditors: 江成
5
+ * @LastEditTime: 2026-05-12 22:33:21
6
+ -->
7
+ ---
8
+ title: Uploader 组件使用规范
9
+ impact: HIGH
10
+ type: capability
11
+ description: 上传文件、图片
12
+ tags: [foxui, fox-uploader, FoxUploader]
13
+ version: "4.0.0"
14
+ author: jiangcheng
15
+ related: ["fox-js","fox-button","fox-progress"]
16
+ ---
17
+
18
+ # Uploader 组件使用规范
19
+
20
+ ## 1. 核心职责 (Core Responsibility)
21
+ Uploader 是 foxui 中用于 **上传文件、图片** 的标准组件。
22
+ - **基于**: NutUI `nut-uploader` 进行了二次封装 (若为纯自研组件则填 "自定义开发")
23
+ - **核心增强**: 基于 NutUI 组件二次封装、支持 v-model 双向绑定、支持禁用/只读状态、适配 H5 与小程序多端、支持主题定制
24
+ - **适用场景**: 上传文件、图片
25
+
26
+ > 💡 **关键原则**: 在所有 上传文件、图片 中,**必须**优先使用此组件,禁止直接使用原生 NutUI 组件。
27
+
28
+ ---
29
+
30
+ ## 2. 关键 API 说明 (Key API)
31
+
32
+ ### 2.1 Props 属性
33
+
34
+ | 属性名 | 类型 | 必填 | 默认值 | 说明 |
35
+ | :--- | :--- | :---: | :---: | :--- |
36
+ | `auto-upload` | 是否在选取文件后立即进行上传,false 时需要手动执行 ref submit 方法进行上传 | Boolean | true |
37
+ | `name` | input 标签 name 的名称,发到后台的文件参数名 | String | "file" |
38
+ | `url` | 上传服务器的接口地址 | String | - |
39
+ | `v-model:file-list` | 默认已经上传的文件列表 | FileItem | |
40
+ | `is-preview` | 是否上传成功后展示预览图 | Boolean | true |
41
+ | `is-deletable` | 是否展示删除按钮 | Boolean | true |
42
+ | `method` | 上传请求的 http method | String | "post" |
43
+ | `list-type` | 上传列表的内建样式,支持两种基本样式 picture、list | String | "picture" |
44
+ | `capture` | 图片选取模式https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/inputhtmlattrdefcapture,直接调起摄像头 | String | false |
45
+ | `maximize` | 可以设定最大上传文件的大小(字节) | Number丨String | Number.MAX_VALUE |
46
+ | `maximum` | 文件上传数量限制 | Number丨String | 1 |
47
+ | `clear-input` | 是否需要清空input内容,设为true支持重复选择上传同一个文件 | Boolean | true |
48
+ | `accept` | 允许上传的文件类型,详细说明https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/fileE99990E588B6E58581E8AEB8E79A84E69687E4BBB6E7B1BBE59E8B | String | |
49
+ | `headers` | 设置上传的请求头部 | Object | |
50
+ | `data` | 附加上传的信息 formData | Object | |
51
+ | `upload-icon` | 上传区域图标名称/icon或图片链接 | String | "photograph" |
52
+ | `upload-icon-size` | 上传区域图标尺寸/icon大小,如 20px 2em 2rem | String or Number | - |
53
+ | `xhr-state` | 接口响应的成功状态(status)值 | Number | 200 |
54
+ | `with-credentials` | 支持发送 cookie 凭证信息 | Boolean | false |
55
+ | `multiple` | 是否支持文件多选 | Boolean | false |
56
+ | `disabled` | 是否禁用文件上传 | Boolean | false |
57
+ | `timeout` | 超时时间,单位为毫秒 | Number丨String | 1000 30 |
58
+ | `before-upload` | 上传前的函数需要返回一个Promise对象 | Function | null |
59
+ | `before-xhr-upload小程序暂不支持` | 执行 XHR 上传时,自定义方式 | Functionxhr,option | null |
60
+ | `before-delete` | 除文件时的回调,返回值为 false 时不移除。支持返回一个 Promise 对象,Promise 对象 resolvefalse 或 reject 时不移除 | Functionfile,fileList: boolean 丨Promise | - |
61
+
62
+ ### 2.2 Events 事件
63
+
64
+ | 事件名 | 类型 | 说明 |
65
+ | :--- | :--- | :--- |
66
+ | `start` | 文件上传开始 | options |
67
+ | `progress` | 文件上传的进度 | event,option,percentage |
68
+ | `oversize` | 文件大小超过限制时触发 | files |
69
+ | `success` | 上传成功 | responseText,option,fileItem |
70
+ | `failure` | 上传失败 | responseText,option,fileItem |
71
+ | `change` | 上传文件改变时的状态 | fileList,event |
72
+ | `delete` | 文件删除事件 | files,fileList,index |
73
+ | `file-item-click` | 文件上传成功后点击触发 | fileItem |
74
+
75
+ ### 2.3 Methods 方法
76
+
77
+ | 方法名 | 参数 | 说明 |
78
+ | :--- | :--- | :--- |
79
+ | `submit` | 手动上传模式,执行上传操作 | - |
80
+ | `clearUploadQueue` | 清空已选择的文件队列(该方法一般配合在手动模式上传时使用) | - |
81
+
82
+ ### 2.4 Slots 插槽
83
+
84
+ | 插槽名 | 说明 |
85
+ | :--- | :--- |
86
+
87
+
88
+ ## 3. 例子 (Examples)
89
+
90
+
91
+
92
+ ## 4. 相关组件 (Related Components)
93
+ - **fox-js**: 与 Uploader 配合使用的相关组件
94
+ - **fox-button**: 与 Uploader 配合使用的相关组件
95
+ - **fox-progress**: 与 Uploader 配合使用的相关组件
96
+
@@ -0,0 +1,245 @@
1
+ <!--
2
+ * @Author: 江成
3
+ * @Date: 2026-04-27 00:37:28
4
+ * @LastEditors: 江成
5
+ * @LastEditTime: 2026-05-12 22:33:21
6
+ -->
7
+ ---
8
+ title: Video 组件使用规范
9
+ impact: HIGH
10
+ type: capability
11
+ description: 视频播放组件
12
+ tags: [foxui, fox-video, FoxVideo]
13
+ version: "4.0.0"
14
+ author: jiangcheng
15
+ related: ["fox-js","fox-face","fox-button"]
16
+ ---
17
+
18
+ # Video 组件使用规范
19
+
20
+ ## 1. 核心职责 (Core Responsibility)
21
+ Video 是 foxui 中用于 **视频播放组件** 的标准组件。
22
+ - **基于**: NutUI `nut-video` 进行了二次封装 (若为纯自研组件则填 "自定义开发")
23
+ - **核心增强**: 基于 NutUI 组件二次封装、支持禁用/只读状态
24
+ - **适用场景**: 视频播放组件
25
+
26
+ > 💡 **关键原则**: 在所有 视频播放组件 中,**必须**优先使用此组件,禁止直接使用原生 NutUI 组件。
27
+
28
+ ---
29
+
30
+ ## 2. 关键 API 说明 (Key API)
31
+
32
+ ### 2.1 Props 属性
33
+
34
+ | 属性名 | 类型 | 必填 | 默认值 | 说明 |
35
+ | :--- | :--- | :---: | :---: | :--- |
36
+ | `source` | 视频地址和类型设置 | VideoSource | |
37
+ | `options` | 控制视频播放属性 | VideoOptions | |
38
+
39
+ ### 2.2 Events 事件
40
+
41
+ | 事件名 | 类型 | 说明 |
42
+ | :--- | :--- | :--- |
43
+ | `play` | 播放 | videoElm |
44
+ | `pause` | 暂停 | videoElm |
45
+ | `playend` | 播放完成回调 | videoElm |
46
+ | `time` | 播放时触发current为当前播放时间,total为总时间 | current:string,total:string |
47
+
48
+ ### 2.3 Methods 方法
49
+
50
+ | 方法名 | 参数 | 说明 |
51
+ | :--- | :--- | :--- |
52
+
53
+
54
+ ### 2.4 Slots 插槽
55
+
56
+ | 插槽名 | 说明 |
57
+ | :--- | :--- |
58
+
59
+
60
+ ## 3. 例子 (Examples)
61
+
62
+ ## 代码演示
63
+
64
+ ### 基础用法
65
+
66
+ ```html
67
+ <fox-video
68
+ :source="source"
69
+ :options="options"
70
+ @play="play"
71
+ @pause="pause"
72
+ @playend="playend">
73
+ </fox-video>
74
+ ```
75
+
76
+ ```javascript
77
+ setup() {
78
+ const state = reactive({
79
+ source: {
80
+ src: './demo/video/mov_a.mp4',
81
+ type: 'video/mp4',
82
+ },
83
+ options: {
84
+ controls: true,
85
+ },
86
+ });
87
+ const play = (elm: any) => console.log('play', elm);
88
+ const pause = (elm: any) => console.log('pause', elm);
89
+ const playend = (elm: any) => console.log('playend', elm);
90
+
91
+ return { play, pause, playend, ...toRefs(state) };
92
+ }
93
+ ```
94
+
95
+ ### 自动播放
96
+ autoplay 属性设置视频自动播放
97
+ ```html
98
+ <fox-video :source="source" :options="options"></fox-video>
99
+ ```
100
+
101
+ ```javascript
102
+ setup() {
103
+ const state = reactive({
104
+ source: {
105
+ src: './demo/video/mov_a.mp4',
106
+ type: 'video/mp4'
107
+ },
108
+ options: {
109
+ autoplay: true,
110
+ muted: true,
111
+ controls: true
112
+ },
113
+ });
114
+
115
+ return { ...toRefs(state) };
116
+ }
117
+ ```
118
+
119
+ ### 初始化静音
120
+ muted属性设置视频初始化静音
121
+ ```html
122
+ <fox-video :source="source" :options="options"></fox-video>
123
+ ```
124
+
125
+ ```javascript
126
+ setup() {
127
+ const state = reactive({
128
+ source: {
129
+ src: './demo/video/mov_a.mp4',
130
+ type: 'video/mp4'
131
+ },
132
+ options: {
133
+ muted: true,
134
+ controls: true
135
+ },
136
+ });
137
+
138
+ return { ...toRefs(state) };
139
+ }
140
+ ```
141
+
142
+ ### 视频封面海报设置
143
+ poster 属性设置视频海报
144
+ ```html
145
+ <fox-video :source="source" :options="options"></fox-video>
146
+ ```
147
+
148
+ ```javascript
149
+ setup() {
150
+ const state = reactive({
151
+ source: {
152
+ src: './demo/video/mov_a.mp4',
153
+ type: 'video/mp4'
154
+ },
155
+ options: {
156
+ controls: true,
157
+ poster: './demo/img/fox-face.jpg'
158
+ },
159
+ });
160
+
161
+ return { ...toRefs(state) };
162
+ }
163
+ ```
164
+
165
+ ### 行内播放
166
+ playsinline 属性设置移动端视频行内播放,阻止新打开页面播放(兼容 ios,兼容部分安卓机)
167
+ ```html
168
+ <fox-video :source="source" :options="options"></fox-video>
169
+ ```
170
+
171
+ ```javascript
172
+ setup() {
173
+ const state = reactive({
174
+ source: {
175
+ src: './demo/video/mov_a.mp4',
176
+ type: 'video/mp4'
177
+ },
178
+ options: {
179
+ playsinline: true,
180
+ controls: true,
181
+ },
182
+ });
183
+
184
+ return { ...toRefs(state) };
185
+ }
186
+ ```
187
+
188
+ ### 视频背景图
189
+ 当设置视频为背景图时需要将 muted 静音、 disabled 禁止操作、loop 循环播放、autoplay 自动播放设置为 true,移动端需要设置 playsinline 行内展示
190
+ ```html
191
+ <fox-video :source="source" :options="options"></fox-video>
192
+ ```
193
+
194
+ ```javascript
195
+ setup() {
196
+ const state = reactive({
197
+ source: {
198
+ src: './demo/video/mov_a.mp4',
199
+ type: 'video/mp4'
200
+ },
201
+ options: {
202
+ controls: false,
203
+ autoplay: true,
204
+ muted: true,
205
+ disabled: true,
206
+ playsinline: true,
207
+ loop: true
208
+ },
209
+ });
210
+
211
+ return { ...toRefs(state) };
212
+ }
213
+ ```
214
+
215
+ ### 视频切换
216
+ 当视频地址发生变化时,重置视频
217
+ ```html
218
+ <fox-video :source="source"></fox-video>
219
+ <fox-button type="primary" @click="changeVideo">切换视频</fox-button>
220
+ ```
221
+
222
+ ```javascript
223
+ setup() {
224
+ const state = reactive({
225
+ source: {
226
+ src: './demo/video/mov_a.mp4',
227
+ type: 'video/mp4'
228
+ },
229
+ });
230
+ const changeVideo = () => {
231
+ state.source1 = {
232
+ src: './demo/video/mov_b.ogm',
233
+ type: 'video/mp4'
234
+ };
235
+ };
236
+
237
+ return { ...toRefs(state), changeVideo };
238
+ }
239
+ ```
240
+
241
+ ## 4. 相关组件 (Related Components)
242
+ - **fox-js**: 与 Video 配合使用的相关组件
243
+ - **fox-face**: 与 Video 配合使用的相关组件
244
+ - **fox-button**: 与 Video 配合使用的相关组件
245
+
@@ -0,0 +1,81 @@
1
+ <!--
2
+ * @Author: 江成
3
+ * @Date: 2026-04-27 00:37:28
4
+ * @LastEditors: 江成
5
+ * @LastEditTime: 2026-05-12 22:33:21
6
+ -->
7
+ ---
8
+ title: WaterMark 组件使用规范
9
+ impact: HIGH
10
+ type: capability
11
+ description: 页面上添加特定的文字或图案。适用于防止信息盗用。
12
+ tags: [foxui, fox-water-mark, FoxWaterMark]
13
+ version: "4.0.0"
14
+ author: jiangcheng
15
+ related: ["fox-js","fox-cell","fox-button","fox-watermark","fox-ui-water-mark","fox-logo-header-red","fox-ui"]
16
+ ---
17
+
18
+ # WaterMark 组件使用规范
19
+
20
+ ## 1. 核心职责 (Core Responsibility)
21
+ WaterMark 是 foxui 中用于 **页面上添加特定的文字或图案。适用于防止信息盗用。** 的标准组件。
22
+ - **基于**: NutUI `nut-water-mark` 进行了二次封装 (若为纯自研组件则填 "自定义开发")
23
+ - **核心增强**: 基于 NutUI 组件二次封装、适配 H5 与小程序多端、支持主题定制
24
+ - **适用场景**: 页面上添加特定的文字或图案。适用于防止信息盗用。
25
+
26
+ > 💡 **关键原则**: 在所有 页面上添加特定的文字或图案。适用于防止信息盗用。 中,**必须**优先使用此组件,禁止直接使用原生 NutUI 组件。
27
+
28
+ ---
29
+
30
+ ## 2. 关键 API 说明 (Key API)
31
+
32
+ ### 2.1 Props 属性
33
+
34
+ | 属性名 | 类型 | 必填 | 默认值 | 说明 |
35
+ | :--- | :--- | :---: | :---: | :--- |
36
+ | `width` | 水印的宽度 | number | 120 |
37
+ | `height` | 水印的高度 | number | 64 |
38
+ | `rotate` | 水印绘制时,旋转的角度 | number | -22 |
39
+ | `image` | 图片源,建议导出 2 倍或 3 倍图,优先使用图片渲染水印 | string | - |
40
+ | `image-width` | 图片宽度 | number | 120 |
41
+ | `image-height` | 图片高度 | number | 64 |
42
+ | `z-index` | 追加的水印元素的 z-index | number | 2000 |
43
+ | `content` | 水印文字内容 | string | - |
44
+ | `font-color` | 水印文字颜色 | string | rgba0, 0, 0, .15 |
45
+ | `font-size` | 文字大小 | string \ | number |
46
+ | `gap-x` | 水印之间的水平间距 | number | 24 |
47
+ | `gap-y` | 水印之间的垂直间距 | number | 48 |
48
+ | `full-page` | 是否覆盖整个页面 | boolean | true |
49
+ | `font-family` | 水印文字字体 | boolean | true |
50
+
51
+ ### 2.2 Events 事件
52
+
53
+ | 事件名 | 类型 | 说明 |
54
+ | :--- | :--- | :--- |
55
+
56
+
57
+ ### 2.3 Methods 方法
58
+
59
+ | 方法名 | 参数 | 说明 |
60
+ | :--- | :--- | :--- |
61
+
62
+
63
+ ### 2.4 Slots 插槽
64
+
65
+ | 插槽名 | 说明 |
66
+ | :--- | :--- |
67
+
68
+
69
+ ## 3. 例子 (Examples)
70
+
71
+
72
+
73
+ ## 4. 相关组件 (Related Components)
74
+ - **fox-js**: 与 WaterMark 配合使用的相关组件
75
+ - **fox-cell**: 与 WaterMark 配合使用的相关组件
76
+ - **fox-button**: 与 WaterMark 配合使用的相关组件
77
+ - **fox-watermark**: 与 WaterMark 配合使用的相关组件
78
+ - **fox-ui-water-mark**: 与 WaterMark 配合使用的相关组件
79
+ - **fox-logo-header-red**: 与 WaterMark 配合使用的相关组件
80
+ - **fox-ui**: 与 WaterMark 配合使用的相关组件
81
+
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@fox-js/phone-skills",
3
+ "version": "4.0.1-0",
4
+ "description": "FoxUI Phone 端 OpenCode Skill 集合,专为Phone端(手机银行系统、移动信贷系统)系统设计。",
5
+ "main": "foxui/SKILL.md",
6
+ "files": [
7
+ "foxui"
8
+ ],
9
+ "scripts": {
10
+ "publish:beta": "npm version prerelease && npm publish --tag beta --no-git-checks --access public"
11
+ },
12
+ "keywords": [
13
+ "opencode",
14
+ "skill",
15
+ "foxui",
16
+ "phone",
17
+ "vue3"
18
+ ],
19
+ "author": "jiangcheng",
20
+ "license": "MIT"
21
+ }