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

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

parent bc4145fc
{
"name": "panda-xform",
"version": "2.9.1",
"description": "2.9.1: BUG修复",
"version": "2.9.2",
"description": "2.9.2: 去掉多行文本中的获取地址配置",
"keywords": [
"panda-xform"
],
......
......@@ -315,13 +315,13 @@ const textWidgets = [
default: false,
width: '30%',
},
currentAddress: {
title: '获取当前地址',
type: 'boolean',
widget: 'BooleanSwitch',
default: false,
description: '自动获取当前地址(手持端专用)',
},
// currentAddress: {
// title: '获取当前地址',
// type: 'boolean',
// widget: 'BooleanSwitch',
// default: false,
// description: '自动获取当前地址(手持端专用)',
// },
groupStyle: {
title: '控件样式',
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