mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
修复 Tauri 图标缺失编译错误并补充 Agent 提交流程
This commit is contained in:
@@ -18,6 +18,7 @@ pub async fn register_url_protocol(
|
||||
app: AppHandle,
|
||||
_state: tauri::State<'_, Arc<RwLock<AppState>>>,
|
||||
) -> Result<IpcResponse<RegisterUrlProtocolResult>, String> {
|
||||
#[cfg(target_os = "windows")]
|
||||
let protocol = "secscore";
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user