chore: 添加脚本与构建配置更新

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
unraid
2026-04-22 22:38:10 +08:00
parent eec961352b
commit 2247026bd5
13 changed files with 396 additions and 89 deletions

View File

@@ -45,7 +45,7 @@ export async function launchSnapshotUpdateDialog(
scope={props.scope}
snapshotTimestamp={props.snapshotTimestamp}
onComplete={done}
onCancel={() => done('keep')}
onCancel={() => done('keep')} // Esc/cancel → safe default: keep current memory
/>
))
}