From f2346c813c022d871a9bf5e8b75c0db46ee80116 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 25 Sep 2023 09:57:13 +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