更新代码风格
This commit is contained in:
@@ -250,7 +250,7 @@ fn main() -> wry::Result<()> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_windows_config() -> (Option<String>,Option<WindowConfig>) {
|
fn get_windows_config() -> (Option<String>, Option<WindowConfig>) {
|
||||||
let config_file = include_str!("../tauri.conf.json");
|
let config_file = include_str!("../tauri.conf.json");
|
||||||
let config: Config = serde_json::from_str(config_file).expect("failed to parse windows config");
|
let config: Config = serde_json::from_str(config_file).expect("failed to parse windows config");
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user