feat: 添加 env_logger 基础日志系统

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 13:41:06 +08:00
parent ec4aae37d9
commit 955396a74d
5 changed files with 11 additions and 1 deletions
+2
View File
@@ -15,3 +15,5 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
gobang-core = { path = "../core" }
log = "0.4"
env_logger = "0.11"