feat: add build-rustfs-gui process and optimize utils/helper.rs

1. Added a new build process `build-rustfs-gui` in `build.yaml` to streamline the build operations for the RustFS GUI.
2. Optimized `cli/rustfs-gui/utils/helper.rs` by using `rust-embed` to embed the `rustfs` resources directly into the binary.
This commit is contained in:
houseme
2025-03-05 18:47:21 +08:00
parent 220ac24bce
commit 9b77084ffe
8 changed files with 115 additions and 57 deletions
Generated
+3
View File
@@ -5468,11 +5468,14 @@ dependencies = [
"dioxus",
"dirs 6.0.0",
"futures-util",
"hex",
"keyring",
"reqwest",
"rfd 0.15.2",
"rust-embed",
"serde",
"serde_json",
"sha2 0.10.8",
"tokio",
"tracing-appender",
"tracing-subscriber",