chore: default show proxy detials

This commit is contained in:
MystiPanda 2024-02-15 18:16:48 +08:00
parent fa089bbc40
commit b2774abb54

View File

@ -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,