src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2866,7 +2866,7 @@ _item.fieldlen = item.decimal || 0 } else if (['text', 'textarea', 'linkMain'].includes(_item.type)) { _item.value = _item.value + '' _item.value = _item.value.replace(/\t*|\v*/g, '') // 去除制表符 _item.value = _item.value.replace(/\t+|\v+/g, '') // 去除制表符 if (item.interception !== 'false') { // 去除首尾空格 _item.value = _item.value.replace(/(^\s*|\s*$)/g, '')