summaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorHaishan <[email protected]>2022-06-11 22:31:33 +0800
committerHaishan <[email protected]>2022-06-11 22:31:33 +0800
commit20c8dad10d89ce0a022fda306b355beec67cf857 (patch)
tree83334341cf0e56b99ef01ecb5eda3d1ef0da227d /src/types.ts
parent459de998751bee702615eb790e2ad2313877b386 (diff)
Make selected indicator more distinguishable in proxy summary list
ref #575
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 0f89dfe..8a07865 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -5,4 +5,4 @@ export type ClashAPIConfig = {
export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };
-export type RuleType = { id?: number; type?: string; payload?: string; proxy?: string; }
+export type RuleType = { id?: number; type?: string; payload?: string; proxy?: string };