mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 09:04:45 +08:00
feat:riverpod 迁移 HomeMdContentDialogUI
This commit is contained in:
@ -94,7 +94,7 @@ fn _reade_resp_header(r_header: &HeaderMap) -> HashMap<String, String> {
|
||||
for ele in r_header {
|
||||
resp_headers.insert(
|
||||
ele.0.as_str().to_string(),
|
||||
ele.1.to_str().unwrap().to_string(),
|
||||
ele.1.to_str().unwrap_or("").to_string(),
|
||||
);
|
||||
}
|
||||
resp_headers
|
||||
|
Reference in New Issue
Block a user