feat: support search on Marketplace (#350)

This commit is contained in:
Fine0830
2023-11-30 23:30:01 +08:00
committed by GitHub
parent a1c7a00a83
commit b2ab93926d
2 changed files with 36 additions and 3 deletions

2
src/types/app.d.ts vendored
View File

@@ -59,7 +59,7 @@ export interface SubItem {
icon: string;
title: string;
activate: boolean;
name?: string;
name: string;
path?: string;
notShow?: boolean;
id?: string;