mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: add checkApiVersion
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import subscription from '../src/subscription';
|
||||
import { checkSubscription } from '@gkd-kit/tools';
|
||||
import { checkSubscription, checkApiVersion } from '@gkd-kit/tools';
|
||||
import { checkDeprecatedGroupKeys } from '../src/appDeprecatedKeys';
|
||||
|
||||
await checkApiVersion();
|
||||
|
||||
checkSubscription(subscription);
|
||||
|
||||
checkDeprecatedGroupKeys(subscription.apps!);
|
||||
|
||||
Reference in New Issue
Block a user