king
2023-09-07 4b467effbc0e3a9199146573c0ceedf404bd07c5
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)) {