mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: add use clash hook
This commit is contained in:
@@ -43,6 +43,7 @@ export async function getVersion() {
|
||||
const instance = await getAxios();
|
||||
return instance.get("/version") as Promise<{
|
||||
premium: boolean;
|
||||
meta?: boolean;
|
||||
version: string;
|
||||
}>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user