feat: user uploaded icons can use templates, provided they are monochrome icons fixer #2213

This commit is contained in:
huzibaca
2024-11-30 09:49:43 +08:00
parent 4f797eb7b8
commit 67b1cf9e1b
4 changed files with 349 additions and 28 deletions

View File

@@ -36,6 +36,7 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", branch = "main" }
image = "0.25.5"
tauri = { version = "2.1.1", features = [
"protocol-asset",
"devtools",