We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.uploader,希望增加从wx.chooseMessageFile选择文件从客户端会话选择文件,避免保存相册后再上传操作,直接选择调用官方API更加方便,希望能够同时供用户选择,且上拉文字可以自定义
官方文档: https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.chooseMessageFile.html 1.2.uploader,希望增加一个自适应属性:撑满自适应2/3/4个文件长宽大小再换行,此时preview-size预览大小属性不可用,如下图:
2.主题色default、primary、info、warning、danger,如果颜色需要定制,希望从全局赋值改变当前色值,如赋值primary为#000000色值,则所有运用到的type为primary的组件都为这个颜色,避免每个组件去重复审查节点使用--van变量改变色值(希望出一个配置文件,从当前json文件直接配置即可),优先级为全局配置文件->--van变量写了则覆盖原有全局配置文件;
类似小程序的app.json,一些需要赋值的变量也可以加入该当前配置文件中,启动则直接读取该配置文件
更新后同步API文档
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
1.1.uploader,希望增加从wx.chooseMessageFile选择文件从客户端会话选择文件,避免保存相册后再上传操作,直接选择调用官方API更加方便,希望能够同时供用户选择,且上拉文字可以自定义
官方文档:
https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.chooseMessageFile.html
1.2.uploader,希望增加一个自适应属性:撑满自适应2/3/4个文件长宽大小再换行,此时preview-size预览大小属性不可用,如下图:
2.主题色default、primary、info、warning、danger,如果颜色需要定制,希望从全局赋值改变当前色值,如赋值primary为#000000色值,则所有运用到的type为primary的组件都为这个颜色,避免每个组件去重复审查节点使用--van变量改变色值(希望出一个配置文件,从当前json文件直接配置即可),优先级为全局配置文件->--van变量写了则覆盖原有全局配置文件;
类似小程序的app.json,一些需要赋值的变量也可以加入该当前配置文件中,启动则直接读取该配置文件
你期望的 API 是什么样子的?
更新后同步API文档
The text was updated successfully, but these errors were encountered: