king
2023-08-30 8f0b0bc7fb6bd22431362fa407fa3707a0e28b94
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)) {