Add WeCom machine name for multi-node push labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 17:28:32 +08:00
parent 021b0d0a22
commit 8ceb521049
6 changed files with 62 additions and 5 deletions
+1
View File
@@ -359,6 +359,7 @@ export type NotifySettings = {
webhook_configured: boolean;
webhook_url_masked: string | null;
venue_label: string;
machine_name?: string;
};
export async function downloadBackup(name: string): Promise<void> {