@steedos/service-pages 2.2.55-beta.6 → 2.2.55

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.
@@ -7,12 +7,12 @@ admin_menus:
7
7
  # permission_sets:
8
8
  # - admin
9
9
  - _id: user_interface
10
- name: 用户界面
10
+ name: User Interface
11
11
  sort: 350
12
12
  permission_sets:
13
13
  - admin
14
14
  - _id: pages
15
- name: 微页面
15
+ name: Mini Pages
16
16
  object_name: pages
17
17
  parent: user_interface
18
18
  sort: 300
@@ -2,3 +2,6 @@ CustomApplications:
2
2
  apps_pages:
3
3
  name: Apps
4
4
  description: null
5
+ CustomLabels:
6
+ menu_user_interface: User Interface
7
+ menu_pages: Mini Page
@@ -2,3 +2,6 @@ CustomApplications:
2
2
  apps_pages:
3
3
  name: Apps
4
4
  description: null
5
+ CustomLabels:
6
+ menu_user_interface: 用户界面
7
+ menu_pages: 微页面
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.2.55-beta.6",
3
+ "version": "2.2.55",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "8cbd922fc597d7618dd4bb76a8cd20fadcded144",
11
+ "gitHead": "1d94628192d53118f66a75f2399f2b3e1cec184b",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }