feat: enable change mixed port

This commit is contained in:
GyDi
2022-01-21 02:32:23 +08:00
parent d49fd37656
commit d0b87fd7c3
4 changed files with 52 additions and 10 deletions

View File

@@ -9,3 +9,8 @@ export const atomThemeBlur = atom<boolean>({
key: "atomThemeBlur",
default: false,
});
export const atomClashPort = atom<number>({
key: "atomClashPort",
default: 0,
});