From d914387e6659d60cfcad960fd0826b06f4a6ee24 Mon Sep 17 00:00:00 2001 From: * <8> Date: Mon, 16 May 2022 17:40:11 +0800 Subject: [PATCH] Match-id-a946e2b9d284d830051f37ddb29995338bd229ac --- libs/horizon/global.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libs/horizon/global.d.ts diff --git a/libs/horizon/global.d.ts b/libs/horizon/global.d.ts new file mode 100644 index 00000000..0ebd7135 --- /dev/null +++ b/libs/horizon/global.d.ts @@ -0,0 +1,5 @@ +/* + 区分是否开发者模式 + */ +declare var isDev: boolean; +declare const __VERSION__: string;