Browse Source

chore: default show proxy detials

MystiPanda 1 year ago
parent
commit
b2774abb54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/proxy/use-head-state.ts

+ 1 - 1
src/components/proxy/use-head-state.ts

@@ -16,7 +16,7 @@ type HeadStateStorage = Record<string, Record<string, HeadState>>;
 const HEAD_STATE_KEY = "proxy-head-state";
 const HEAD_STATE_KEY = "proxy-head-state";
 export const DEFAULT_STATE: HeadState = {
 export const DEFAULT_STATE: HeadState = {
   open: false,
   open: false,
-  showType: false,
+  showType: true,
   sortType: 0,
   sortType: 0,
   filterText: "",
   filterText: "",
   textState: null,
   textState: null,