feat: order

This commit is contained in:
lisonge
2024-01-29 11:01:55 +08:00
parent b604e7c8ac
commit dcd0623766
3 changed files with 6 additions and 2 deletions

View File

@@ -5,3 +5,5 @@ export const tryRun = <T>(fc: () => T, fallbackFc: (e: unknown) => T) => {
return fallbackFc(e);
}
};
export const OPEN_AD_ORDER = -10;