| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(vue-renderless/file-upload): [file-upload] accept 支持 video/*、audio/* 通配符 (fixes #4237) (#4239) isAcceptType 此前仅对 image/* 走扩展名白名单校验,video/*、audio/* 会落入 正则分支,其中的通配符 * 被当作正则量词,导致 mp4、mp3 等合法文件被误拦截。 改为统一的 MIME 通配符映射,复用 FILE_TYPE.VIDEO / FILE_TYPE.AUDIO 白名单。 补充 accept 通配符单元测试,用 BeforeUploadOptions 替代 as any。 Co-authored-by: Cursor <cursoragent@cursor.com> | 1 个月前 | |
fix(common): solve the problem of reactive property loss in the provide scenario caused by the Longque API in the HarmonyOS environment (#4175) * fix(common): solve the problem of reactive property loss in the provide scenario caused by the Longque API in the HarmonyOS environment * fix(file-upload): fix the issue where clicking the delete and download icons in fileupload mistakenly triggers the preview callback * fix(common): solve the case problem | 4 个月前 | |
Refactor project to Monorepo and TypeScript (#90) * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420 * fix(tiny-vue): TinyVue工程momorepo改造[WI2029] Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7 * fix(tiny-vue): 修改license[WI2029] Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45 * fix(tiny-vue): 修改package.json[WI2029] Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0 * fix: fix conflict --------- Co-authored-by: OpenTiny <opentiny@sina.com> | 3 年前 | |
chore: update to version 3.31.0 (#4255) | 1 个月前 |