🐛 格式兼容

This commit is contained in:
Tw93
2023-04-06 09:50:56 +08:00
parent 9cc7d2ece4
commit 174f780354
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
use crate::app::config::PakeConfig;
use tauri::Config;
use std::path::PathBuf;
use tauri::Config;
pub fn get_pake_config() -> (PakeConfig, Config) {
let pake_config: PakeConfig =