add topic widget

This commit is contained in:
2023-11-09 09:12:42 +07:00
parent 108ecafab7
commit cb9006abb2
16 changed files with 489 additions and 96 deletions

View File

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