@egova/egova-api 1.3.4 → 1.3.5
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 +15 -15
- package/dist/index.common.js +11060 -11033
- package/dist/index.css +1 -1
- package/dist/index.umd.js +11060 -11033
- package/dist/index.umd.min.js +4 -4
- package/dist/static/img/{authentication.da2b6203.svg → authentication.e6fbf188.svg} +159 -159
- package/dist/static/img/{empty_result.58c09489.svg → empty_result.98fe48d0.svg} +232 -232
- package/dist/static/img/{iconfont.559d2630.svg → iconfont.26f82952.svg} +83 -83
- package/dist/static/img/{iconfont.671d9701.svg → iconfont.6fbfccbd.svg} +285 -285
- package/dist/static/img/{table_nodata.a7f91345.svg → table_nodata.c92bc11a.svg} +200 -200
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# egova-api-web
|
|
2
|
-
API管理前端项目
|
|
3
|
-
|
|
4
|
-
在2023年12月29日之前,每次在api-web修改的内容都是同步修改到egova-basic-modules-web里面然后进行发布到npm
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
在2023年12月29日之后,直接在本项目中进行发布到npm
|
|
9
|
-
|
|
10
|
-
打包发布到npm,执行命令
|
|
11
|
-
|
|
12
|
-
pnpm dist:lib
|
|
13
|
-
|
|
14
|
-
发布
|
|
15
|
-
|
|
1
|
+
# egova-api-web
|
|
2
|
+
API管理前端项目
|
|
3
|
+
|
|
4
|
+
在2023年12月29日之前,每次在api-web修改的内容都是同步修改到egova-basic-modules-web里面然后进行发布到npm
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
在2023年12月29日之后,直接在本项目中进行发布到npm
|
|
9
|
+
|
|
10
|
+
打包发布到npm,执行命令
|
|
11
|
+
|
|
12
|
+
pnpm dist:lib
|
|
13
|
+
|
|
14
|
+
发布
|
|
15
|
+
|
|
16
16
|
npm publish
|