Commit 2d7ecfd9 authored by 田翔's avatar 田翔

fix: 去掉多行文本中的获取地址配置

parent bc4145fc
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "2.9.1", "version": "2.9.2",
"description": "2.9.1: BUG修复", "description": "2.9.2: 去掉多行文本中的获取地址配置",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -315,13 +315,13 @@ const textWidgets = [ ...@@ -315,13 +315,13 @@ const textWidgets = [
default: false, default: false,
width: '30%', width: '30%',
}, },
currentAddress: { // currentAddress: {
title: '获取当前地址', // title: '获取当前地址',
type: 'boolean', // type: 'boolean',
widget: 'BooleanSwitch', // widget: 'BooleanSwitch',
default: false, // default: false,
description: '自动获取当前地址(手持端专用)', // description: '自动获取当前地址(手持端专用)',
}, // },
groupStyle: { groupStyle: {
title: '控件样式', title: '控件样式',
type: 'object', type: 'object',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment