feat: 更新二维码扫描组件,添加文件上传功能和错误处理

This commit is contained in:
2026-01-11 21:44:17 +07:00
parent 9f0f0a076c
commit 93ece1f31b
6 changed files with 299 additions and 48 deletions

View File

@@ -32,5 +32,6 @@ export default antfu({
"vue/no-deprecated-slot-attribute": "off",
"@typescript-eslint/no-explicit-any": "off",
"prefer-promise-reject-errors": "off",
"no-async-promise-executor": "off",
},
});