feat(web): improve marketplace install workflows

This commit is contained in:
Hyu
2026-09-01 16:43:50 +08:00
parent 982d660236
commit a87c814dae
23 changed files with 1657 additions and 353 deletions
+1
View File
@@ -549,6 +549,7 @@ export interface AsyncTaskTaskContext {
export interface AsyncTask {
id: number;
created_at?: number;
kind: string;
name: string;
label: string;