feat: 集成二维码扫描功能,优化视频流处理,添加 vconsole 和 SSL 插件

This commit is contained in:
2026-01-08 15:23:25 +07:00
parent 08939bec64
commit 04a5beed89
9 changed files with 108 additions and 371 deletions

View File

@@ -32,7 +32,7 @@ async function handleScan() {
});
if (result) {
console.log("扫描结果:", result);
console.log("扫描结果:", result.text);
// TODO: 根据扫描结果进行相应处理
// 例如:跳转到对应页面、显示信息等
}