0.1.3-rc.5.2.3

This commit is contained in:
wisdgod
2025-03-25 13:04:52 +08:00
parent 6c184cdba3
commit dbf7295a47
54 changed files with 4948 additions and 4466 deletions

View File

@@ -50,7 +50,7 @@ fn update_sqlite_tokens(
})?;
for row in rows {
let (key, value) = row?;
println!("{}: {}", key, value);
println!("{key}: {value}");
}
// 自动创建项并更新值