fix: 前端 HIGH/MEDIUM — timer 清理 + 历史持久化 + Error Boundary + console 移除
This commit is contained in:
+1
-1
@@ -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!(
|
||||
"已生成: {} (版本 {}, {}×{} 模块, {} 级纠错)",
|
||||
|
||||
Reference in New Issue
Block a user