refactor: wip

This commit is contained in:
GyDi
2022-11-16 01:26:41 +08:00
parent 902aed671a
commit f5f865a139
11 changed files with 247 additions and 90 deletions

View File

@@ -212,3 +212,9 @@ pub async fn handle_activate() -> Result<()> {
}
}
}
/// 更新某个profile
/// 如果更新当前配置就激活配置
pub async fn update_profile(uid: String, option: Option<PrfOption>) -> Result<()> {
Ok(())
}