大量重构。重写日志输出

This commit is contained in:
Lkhsss
2025-03-15 16:10:11 +08:00
parent ad3436d405
commit 341a568683
8 changed files with 292 additions and 369 deletions

View File

@ -17,6 +17,6 @@ pub struct Cli {
pub output: Option<String>,
/// 强制覆盖保存开关
#[arg(short,long,name="强制覆盖开关")]
pub forcesave:bool
#[arg(short, long, name = "强制覆盖开关")]
pub forcesave: bool,
}