diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
| commit | 8d874071236aa9d8433837e613a23fa50d0174ba (patch) | |
| tree | 322324a1528fa3272252963ca4c97e82f2fe5f18 /src/api/version.ts | |
| parent | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff) | |
chore: dashboard style
Diffstat (limited to 'src/api/version.ts')
| -rw-r--r-- | src/api/version.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/version.ts b/src/api/version.ts index 78ceb83..f3cb320 100644 --- a/src/api/version.ts +++ b/src/api/version.ts @@ -4,6 +4,7 @@ import { ClashAPIConfig } from 'src/types'; type VersionData = { version?: string; premium?: boolean; + meta?: boolean; }; export async function fetchVersion( |
