Skip to content

Commit

Permalink
Merge pull request #47 from TC999/ai_config
Browse files Browse the repository at this point in the history
新功能:ai 一键生成描述
  • Loading branch information
TC999 authored Feb 21, 2025
2 parents 1d174e0 + 18d0e84 commit 4e7870f
Show file tree
Hide file tree
Showing 6 changed files with 758 additions and 32 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ edition = "2021"
egui = "0.29.1"
eframe = "0.29.1"
dirs-next = "2.0"
tokio = { version = "1.42.0", features = ["full"] }
walkdir = "2.4"
tokio = { version = "1.42.0", features = ["full"] }
log = "0.4"
simplelog = "0.12"
sha2 = "0.10"
native-dialog = "0.7.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_yaml = "0.9.34+deprecated"
reqwest = { version = "0.11", features = ["json"] }
Loading

0 comments on commit 4e7870f

Please sign in to comment.