feat: 菜单搜索新增搜索历史和收藏功能 (#901)

* feat: 菜单搜索新增搜索历史和收藏功能
This commit is contained in:
zepeng
2024-03-02 01:08:52 +08:00
committed by GitHub
parent b5645b19e1
commit 16122aec17
9 changed files with 473 additions and 60 deletions

2
types/global.d.ts vendored
View File

@@ -96,6 +96,7 @@ declare global {
CachingAsyncRoutes?: boolean;
TooltipEffect?: Effect;
ResponsiveStorageNameSpace?: string;
MenuSearchHistory?: number;
MapConfigure?: {
amapKey?: string;
options: {
@@ -131,6 +132,7 @@ declare global {
overallStyle?: string;
showLogo?: boolean;
showModel?: string;
menuSearchHistory?: number;
mapConfigure?: {
amapKey?: string;
options: {