@airpower/web 0.2.0 → 0.2.1

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 +7 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,13 +15,13 @@
15
15
  <a href="https://www.npmjs.com/package/@airpower/web">NPM</a>
16
16
  </p>
17
17
 
18
- # 🎉 项目介绍
18
+ ## 🎉 项目介绍
19
19
 
20
20
  **AirPower-Web**, 一个基于 **Vue3** **Element Plus** **TypeScript** 的快速开发脚手架。
21
21
 
22
22
  此项目 依赖了 **@AirPower** 提供的其他公共工具库:
23
23
 
24
- # 🚗 项目依赖
24
+ ## 🚗 项目依赖
25
25
 
26
26
  - **[AirPower-Transformer](https://github.com/AirPowerTeam/AirPower-Transformer)**
27
27
 
@@ -31,7 +31,7 @@
31
31
 
32
32
  - **[AirPower-Util](https://github.com/AirPowerTeam/AirPower-Util)**
33
33
 
34
- # 💻 如何安装
34
+ ## 💻 如何安装
35
35
 
36
36
  ```shell
37
37
  npm install @airpower/web
@@ -42,12 +42,14 @@ cnpm install @airpower/web
42
42
  # or ...
43
43
  ```
44
44
 
45
- # 📖 参考文档
45
+ ## 📖 参考文档
46
46
 
47
47
  **我们提供了一系列的使用文档,你可以 [点击这里阅读](docs/README.md)**
48
48
 
49
- # ⏰ 欢迎反馈
49
+ ## ⏰ 欢迎反馈
50
50
 
51
51
  如有疑问,可以通过本仓库的 **Issues** 与我们联系,如果你有一些代码贡献,可以通过 **Pull Request** 将代码贡献,为这个项目添砖加瓦。
52
52
 
53
53
  如果有更多的需求和建议,欢迎通过本仓库的 `Issues` 提出,也欢迎加入 QQ群 555156313 与我们及时反馈。
54
+
55
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",
@@ -42,7 +42,7 @@
42
42
  "@airpower/enum": "^0.0.10",
43
43
  "@airpower/i18n": "^0.0.4",
44
44
  "@airpower/transformer": "^0.1.0",
45
- "@airpower/util": "^0.1.1",
45
+ "@airpower/util": "^0.1.2",
46
46
  "@element-plus/icons-vue": "^2.3.1",
47
47
  "axios": "^1.8.4",
48
48
  "element-plus": "^2.9.7",