feat(全局规则): 更新提示、青少年模式

来自aoguai和adpro
This commit is contained in:
AIsouler
2024-03-06 22:49:35 +08:00
parent c4bed20141
commit fc46394509
2 changed files with 80 additions and 13 deletions

View File

@@ -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; // 青少年模式