Sfoglia il codice sorgente

chore: default show proxy detials

MystiPanda 1 anno fa
parent
commit
b2774abb54
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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";
 export const DEFAULT_STATE: HeadState = {
   open: false,
-  showType: false,
+  showType: true,
   sortType: 0,
   filterText: "",
   textState: null,