@steedos/schemas 3.0.12-beta.2 → 3.0.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/app/schema.json +0 -8
- package/package.json +2 -2
package/app/schema.json
CHANGED
|
@@ -146,14 +146,6 @@
|
|
|
146
146
|
"is_hide_mobile_menu": {
|
|
147
147
|
"type": "boolean",
|
|
148
148
|
"description": "始终隐藏手机端菜单选项卡"
|
|
149
|
-
},
|
|
150
|
-
"enable_nav_schema": {
|
|
151
|
-
"type": "boolean",
|
|
152
|
-
"description": "启用自定义导航"
|
|
153
|
-
},
|
|
154
|
-
"nav_schema": {
|
|
155
|
-
"type": "string",
|
|
156
|
-
"description": "导航 Amis Schema"
|
|
157
149
|
}
|
|
158
150
|
}
|
|
159
151
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.12
|
|
3
|
+
"version": "3.0.12",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "c82b544cc7c959be234e74ff16006b4a92abc67b"
|
|
12
12
|
}
|