fix: 前端 HIGH/MEDIUM — timer 清理 + 历史持久化 + Error Boundary + console 移除

This commit is contained in:
2026-06-17 09:03:38 +08:00
parent feb5ae709f
commit 91bdf9ecc3
15 changed files with 184 additions and 84 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ fn main() -> anyhow::Result<()> {
match ext.as_str() {
"png" => {
let bytes = qr.to_png_bytes(args.size);
let bytes = qr.to_png_bytes(args.size)?;
std::fs::write(&path, bytes)?;
println!(
"已生成: {} (版本 {}, {}×{} 模块, {} 级纠错)",