From 0815e028954ab89152b1157fcbd6a731138eb01d Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Thu, 15 Feb 2024 18:16:48 +0800 Subject: [PATCH] chore: default show proxy detials --- src/components/proxy/use-head-state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/proxy/use-head-state.ts b/src/components/proxy/use-head-state.ts index d1bce2fc..dffc6e7e 100644 --- a/src/components/proxy/use-head-state.ts +++ b/src/components/proxy/use-head-state.ts @@ -16,7 +16,7 @@ type HeadStateStorage = Record>; const HEAD_STATE_KEY = "proxy-head-state"; export const DEFAULT_STATE: HeadState = { open: false, - showType: false, + showType: true, sortType: 0, filterText: "", textState: null,