This commit is contained in:
Gabe Yuan
2023-08-07 16:00:54 +08:00
parent 20617c158f
commit 340bd6dd80
25 changed files with 27 additions and 25 deletions

View File

@@ -17,4 +17,3 @@ export const client = process.env.REACT_APP_CLIENT;
export const isExt = CLIENT_EXTS.includes(client);
export const isGm = client === CLIENT_USERSCRIPT;
export const isWeb = client === CLIENT_WEB;
export const isMobile = "ontouchstart" in document.documentElement;