From 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 27 Sep 2023 09:35:57 +0800
Subject: [PATCH] 添加环境配置区分
---
src/types/enums.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/types/enums.ts b/src/types/enums.ts
index 512a508..5d5fac1 100644
--- a/src/types/enums.ts
+++ b/src/types/enums.ts
@@ -23,7 +23,8 @@
PILOT_HOME = 'pilot-home',
PILOT_MEDIA = 'pilot-media',
PILOT_LIVESHARE = 'pilot-liveshare',
- PILOT_BIND = 'pilot-bind'
+ PILOT_BIND = 'pilot-bind',
+ IMPLEMENT = 'implement',
}
export enum EStorageKey {
--
Gitblit v1.9.3