sunyard-szyy-ui 0.2.8 → 0.3.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.
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  > 企业级 Vue 3 组件库 - 基于 Element Plus 的二次封装
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/sunyard-szyy-ui.svg)](https://www.npmjs.com/package/sunyard-szyy-ui)
6
- [![license](https://img.shields.io/npm/l/sunyard-szyy-ui.svg)](https://github.com/your-org/sunyard-szyy-ui/blob/main/LICENSE)
6
+
7
+ <!-- [![license](https://img.shields.io/npm/l/sunyard-szyy-ui.svg)](https://github.com/your-org/sunyard-szyy-ui/blob/main/LICENSE) -->
7
8
 
8
9
  ## ✨ 特性
9
10
 
@@ -130,61 +131,6 @@ sunyard-szyy-ui/
130
131
  | `@sunyard-szyy-ui/utils` | 工具函数 | ✅ 可以 |
131
132
  | `@sunyard-szyy-ui/theme-chalk` | 样式主题 | ❌ 不推荐 |
132
133
 
133
- ## 🎨 组件列表
134
-
135
- ### 表单组件
136
-
137
- - **SySearchBar** - 搜索栏组件
138
-
139
- > 更多组件正在开发中...
140
-
141
- ## 🎣 Hooks
142
-
143
- - **useNamespace** - BEM 命名空间工具
144
- - **useDebounce** - 防抖 Hook
145
- - **useToggle** - 布尔值切换 Hook
146
- - **useLocalStorage** - 本地存储 Hook
147
-
148
- ## 🛠️ 工具函数
149
-
150
- - **withInstall** - Vue 组件插件包装器
151
- - **debounce** - 防抖函数
152
- - **throttle** - 节流函数
153
- - **formatDate** - 日期格式化
154
- - **deepClone** - 深拷贝
155
- - **SunyardSzyyUIResolver** - 自动导入解析器
156
-
157
- ## 📖 文档
158
-
159
- 完整文档请访问:[文档地址](../../docs/index.md)
160
-
161
- - [快速开始](../../docs/guide/getting-started.md)
162
- - [使用方式](../../docs/guide/usage.md)
163
- - [组件 API](../../docs/api/component-api.md)
164
- - [主题定制](../../docs/guide/usage.md#统一ui规范配置)
165
-
166
- ## 🔧 开发
167
-
168
- ```bash
169
- # 安装依赖
170
- pnpm install
171
-
172
- # 启动开发服务器
173
- pnpm dev
174
-
175
- # 构建所有包
176
- pnpm build
177
-
178
- # 类型检查
179
- pnpm typecheck
180
-
181
- # 代码检查
182
- pnpm lint
183
-
184
- # 代码格式化
185
- pnpm format
186
- ```
187
-
188
134
  ## 📦 发布产物
189
135
 
190
136
  安装 `sunyard-szyy-ui` 后,包含以下内容:
@@ -225,27 +171,3 @@ sunyard-szyy-ui
225
171
 
226
172
  - `vue` ^3.0.0
227
173
  - `element-plus` ^2.0.0
228
-
229
- ## 🌍 浏览器支持
230
-
231
- 支持所有现代浏览器:
232
-
233
- - Chrome >= 90
234
- - Firefox >= 88
235
- - Safari >= 14
236
- - Edge >= 90
237
-
238
- ## 📄 版本管理
239
-
240
- 本项目采用语义化版本号:
241
-
242
- ```bash
243
- # 查看当前版本
244
- pnpm version:check
245
-
246
- # 更新版本号
247
- pnpm version:set 0.3.0
248
-
249
- # 生成 CHANGELOG
250
- pnpm changelog
251
- ```