@airpower/web 0.3.11 → 0.3.12

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
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img width="300" src="./docs/airpower-bg.svg"/>
2
+ <img width="300" src="assets/airpower-bg.svg"/>
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -44,7 +44,7 @@ cnpm install @airpower/web
44
44
 
45
45
  ## 📖 参考文档
46
46
 
47
- **我们提供了一系列的使用文档,你可以 [点击这里阅读](docs/README.md)**
47
+ 计划中,请稍后。
48
48
 
49
49
  ## ⏰ 欢迎反馈
50
50
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.3.11",
4
+ "version": "0.3.12",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",
@@ -29,8 +29,8 @@
29
29
  "module": "dist/main.js",
30
30
  "types": "dist/index.d.ts",
31
31
  "files": [
32
- "dist",
33
- "docs"
32
+ "assets",
33
+ "dist"
34
34
  ],
35
35
  "scripts": {
36
36
  "build": "eslint && tsc && vite build",
package/docs/README.md DELETED
@@ -1,3 +0,0 @@
1
- ## 📖 开发参考文档
2
-
3
- COMING SOON...
File without changes
File without changes