@steedos/service-pages 2.2.45 → 2.2.48

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.
@@ -12,7 +12,7 @@ admin_menus:
12
12
  permission_sets:
13
13
  - admin
14
14
  - _id: pages
15
- name: 页面
15
+ name: 微页面
16
16
  object_name: pages
17
17
  parent: user_interface
18
18
  sort: 300
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.2.45",
3
+ "version": "2.2.48",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,5 +8,5 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "0fb1ad43aedc498490d26ae5d8391df4ce34d6ea"
11
+ "gitHead": "79e0d3c8b96f38d01e6efca83b31b52efb96c911"
12
12
  }