GreenKing19

Results 5 issues of GreenKing19

### 🐛 bug 描述 我使用ant-pro生成的项目, 里面使用了antd-Pro-component 在`ProTable`的`Columns`里面的日期选择器 月份是英文的。 这是ProTable里面的日期Column ```javascript { title: '日期区间', valueType: 'dateRange', dataIndex: 'dateRange', hideInTable: true, initialValue: ['2021-01-01', initiaEndTime], } ``` config里面也设置了中文 我看到其他issue提到可以用`ConfigProvider`包裹 但是 我包裹单个组件不生效 全部我没找到根组件, `app.tsx`只是一些配置...

I want to make a network request before the final step is completed. Where should I put the data for the entire process? Are there any relevant examples? At present,...

There are more than 20 pieces of data in my table I want to view them all, I removed the limit but it doesn't work I tried scrolling but nothing...

How does it work in nodejs? The code for de mo has been invalid I run in Nodejs after prompting "**NotFoundException: No MultiFormat Readers were able to detect the code.**"...

question

(我就不写英文了哈 我想web & 小程序都实现扫二维码连续扫码 我参考了jsQr、zxing-js、zxing-wasm 我发现 1. jsQr效率有点低 2. zxing-js(我在nodejs都跑不起来 连demo都没有 3. zxing-wasm 不得不说效率是真的 fast 🚀! 我现在web使用了vue-qrcode-reader实现了 效果很好 我现在想在小程序里面使用zxing-wasm,但是小程序构造npm包的时候报错了 我想如果可以直接调用wasm就好了, 可以直接把数据给wasm计算然后返回结果吗?

enhancement
help wanted