king
2023-08-31 c5b925431860e7d4194bfe550e86866b11e4f7a4
src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -64,7 +64,7 @@
                  try { // 存在max
                    _length = +_type.match(/\d+/)[0] || 50
                  } catch (e) {
                    _length = 2048
                    _length = 4000
                  }
                  _type = 'text'
                } else if (/^int/.test(_type)) {