@steedos/schemas 2.6.10-beta.9 → 2.6.11-beta.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/app/schema.json +4 -0
  2. package/package.json +2 -2
package/app/schema.json CHANGED
@@ -134,6 +134,10 @@
134
134
  "is_use_ie": {
135
135
  "type": "boolean",
136
136
  "description": "使用IE打开(需使用Steedos桌面客户端)"
137
+ },
138
+ "is_hide_mobile_menu": {
139
+ "type": "boolean",
140
+ "description": "始终隐藏手机端菜单选项卡"
137
141
  }
138
142
  }
139
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.6.10-beta.9",
3
+ "version": "2.6.11-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "63d67e404a721f1947eceed105a56aac8c8d93ec"
12
+ "gitHead": "a96ba28510cc341f856417e4d374430a35676137"
13
13
  }