WanQuanXie

Results 11 issues of WanQuanXie

### Version of antd-mobile 5.0.0-rc.25 ### What is this feature about? 当前默认是支持向下正向无限滚动加载,默认停留在滚动页面顶部; 期望支持: 默认停留在滚动页面的底部,支持向上无限滚动加载更多,类似 QQ、微信的聊天记录滚屏效果

feature
uncertain

具体表现为: 我的 Excel 表格里有一行设置了合并,合并了 11 行,但输出的 PDF 却只有一行。 打断点调试,发现在设置到那一行的 pdfCell 的格式时,rowspan 和 colspan 都是正确的,个人认为应该是已经设置进去了的,但在输出的时候却没有生效。请问还需要在哪个位置设置一遍吗? 附 源表单: ![image.png](https://i.loli.net/2019/11/11/15mMs3lYjBO4Szv.png) 输出的PDF: ![image.png](https://i.loli.net/2019/11/11/UnqNKVEXFSBTQWL.png)

avoid the browser console warning in devServer mode

export app static pages and deploy with Nginx image, instead of host `next start` service

I change a way to reduce app docker image size. Next.js can set output to standalone mode, which copies only the necessary files for a production deployment including select files...

如题。现在基本都是硬编码写死的,感觉不是很灵活,类似 OpenAI 的模型未开通 plus 的话其实是用不了 4 的模型的,但由于硬编码的缘故,只要配置 API key,都会固定列出那几个模型。

enhancement