Results 5 issues of 王刚

Excel row column index error when has null cell at SheetWithoutHDR class

I use SmtpEmailSender send email to @163.com, when I received the mail just see base64 code. I set Content-Transfer-Encoding: quoted-printable and encode message and I received right content. Is quoted-printable...

Bug Type: **`Style`** ## Environment - Vue Version: `3.2.39` - Element Plus Version: `2.2.17` - Browser / OS: `UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0...

由于 restful api 一般会复用 http 状态码作为响应代码,建议添加自定义 http status code 的功能。 例如: 使用一个类似 _status 的保留属性作为可选的自定义状态码 ``` Mock.mock('/api/demo', 'DELETE', (request) => { const items = JSON.parse(request.body ?? '[]'); if (items.length) { return...

enhancement