feat: add local IP address retrieval and update console address default

This commit is contained in:
DamonXue
2025-03-02 17:40:36 +08:00
parent 68a9936566
commit 79eabe4e4c
7 changed files with 214 additions and 119 deletions
+5 -1
View File
@@ -127,4 +127,8 @@ inherits = "dev"
[profile.release]
opt-level = 3 # Optimization Level (0-3)
lto = true # Optimize when linking
codegen-units = 1 # Reduce code generation units to improve optimization
codegen-units = 1 # Reduce code generation units to improve optimization
[patch."https://github.com/Nugine/s3s.git"]
s3s = { path = "s3s/crates/s3s" }
s3s-policy = { path = "s3s/crates/s3s-policy" }