修复 Tauri 图标缺失编译错误并补充 Agent 提交流程

This commit is contained in:
JSR
2026-03-18 17:38:40 +08:00
parent 29de08ca32
commit 4f6d1b7753
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -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")]