mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 04:43:44 +08:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
import { atom } from "recoil";
|
|
|
|
export const atomClashPort = atom<number>({
|
|
key: "atomClashPort",
|
|
default: 0,
|
|
});
|