模块1完成,支持新旧导出数据

This commit is contained in:
lennlouisgeek
2026-04-17 02:39:42 +08:00
parent 408cd66c77
commit d12320d8f8
8 changed files with 291 additions and 89 deletions

10
Cargo.lock generated
View File

@@ -1241,6 +1241,15 @@ dependencies = [
"tracing",
]
[[package]]
name = "dioxus-free-icons"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d356e0f9edad0930bc1cc76744360c0ecca020cb943acaadf42cb774f28284"
dependencies = [
"dioxus",
]
[[package]]
name = "dioxus-fullstack"
version = "0.7.5"
@@ -1740,6 +1749,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"dioxus",
"dioxus-free-icons",
"futures",
"polars",
"rfd",