mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(全局规则): 更新提示、青少年模式
来自aoguai和adpro
This commit is contained in:
@@ -6,4 +6,8 @@ export const tryRun = <T>(fc: () => T, fallbackFc: (e: unknown) => T) => {
|
||||
}
|
||||
};
|
||||
|
||||
export const OPEN_AD_ORDER = -10;
|
||||
export const OPEN_AD_ORDER = -10; // 开屏广告
|
||||
|
||||
export const UPDATE_ORDER = -9; // 更新提示
|
||||
|
||||
export const YOUNG_ORDER = -8; // 青少年模式
|
||||
|
||||
Reference in New Issue
Block a user