fix(tauri): @reserved annotations for 16 unconnected commands
Complete Tauri command audit: 177 total (160 @connected + 16 @reserved + 1 unregistered identity_init) Corrected zclaw_doctor from @connected to @reserved
This commit is contained in:
@@ -421,8 +421,8 @@ pub async fn hand_run_list(
|
||||
}))
|
||||
}
|
||||
|
||||
/// @reserved — no frontend UI yet
|
||||
/// Cancel a running hand execution
|
||||
// @reserved: 暂无前端集成
|
||||
#[tauri::command]
|
||||
pub async fn hand_run_cancel(
|
||||
state: State<'_, KernelState>,
|
||||
|
||||
Reference in New Issue
Block a user