This commit is contained in:
cansnow
2025-12-11 22:33:31 +08:00
parent 375917f06c
commit 5a086fa1fa
44 changed files with 1978 additions and 359 deletions
+2
View File
@@ -1,3 +1,5 @@
## 1.1.32025-12-03
- 修复: 腾讯云目录错误导致的上传错误问题
## 1.1.22025-09-17
- 修复 设置readonly属性后内容插槽失效的问题。
## 1.1.12025-09-03
@@ -186,14 +186,14 @@
},
dir: {
type: String,
default: '/'
default: ''
}
},
data() {
return {
files: [],
localValue: [],
dirPath: '/'
dirPath: ''
}
},
watch: {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "uni-file-picker",
"displayName": "uni-file-picker 文件选择上传",
"version": "1.1.2",
"version": "1.1.3",
"description": "文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间",
"keywords": [
"uni-ui",
+1 -2
View File
@@ -7,5 +7,4 @@
文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-file-picker)
#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-file-picker)