@steedos/service-plugin-amis 2.3.3-beta.2 → 2.3.3-beta.3

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.
@@ -239,7 +239,7 @@
239
239
  "label": "桌面",
240
240
  "type": "tpl",
241
241
  "id": "u:b95c69a1cd84",
242
- "tpl": "${tabs_options|filter:value:equals:tab_name|pick:desktop|isTrue:'✔':'✘'}",
242
+ "tpl": "${tabs_options|filter:value:equals:tab_name|first|pick:desktop|isTrue:'✔':'✘'}",
243
243
  "placeholder": "-",
244
244
  "remark": "显示在桌面菜单中"
245
245
  },
@@ -248,7 +248,7 @@
248
248
  "label": "手机",
249
249
  "type": "tpl",
250
250
  "id": "u:b95c69a1cd84",
251
- "tpl": "${tabs_options|filter:value:equals:tab_name|pick:mobile|isTrue:'✔':'✘'}",
251
+ "tpl": "${tabs_options|filter:value:equals:tab_name|first|pick:mobile|isTrue:'✔':'✘'}",
252
252
  "placeholder": "-",
253
253
  "remark": "显示在手机菜单中"
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.3.3-beta.2",
3
+ "version": "2.3.3-beta.3",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "node .scripts/build.tailwind.js"
@@ -13,5 +13,5 @@
13
13
  "dependencies": {
14
14
  "@steedos-widgets/amis-lib": "^0.0.16"
15
15
  },
16
- "gitHead": "31f7216ca782b7793e47e5238d72b46a5b9eca3d"
16
+ "gitHead": "2e0d4c875056b95d9655d14e99ab6cd7bae891b5"
17
17
  }