redesign widget list

This commit is contained in:
Ren Amamiya
2023-09-06 14:30:57 +07:00
parent 09aea3cff5
commit 5c8850ea8f
10 changed files with 152 additions and 56 deletions

View File

@@ -46,6 +46,7 @@ export interface WidgetGroupItem {
title: string;
description: string;
kind: number;
icon?: string;
}
export interface Widget {