feat(web-appstore): add an App Store view for quick service deployment from curated templates

This commit is contained in:
2026-03-18 02:37:39 +00:00
parent acbf448c6f
commit 2faa416895
10 changed files with 309 additions and 10 deletions

View File

@@ -58,6 +58,7 @@ export interface IUiState {
activeView: string;
autoRefresh: boolean;
refreshInterval: number;
pendingAppTemplate?: any;
}
// ============================================================================