From ef686997b1a591a59ff4ef5146726cdb32881501 Mon Sep 17 00:00:00 2001
From: tackchen
Date: Tue, 16 Nov 2021 09:18:22 +0800
Subject: [PATCH] feat: 0.1.8 add disable macos option+commond+i
---
helper/version.en.md | 7 ++++++-
helper/version.md | 7 ++++++-
index.html | 2 +-
npm/disable-devtool.min.js | 2 +-
npm/package.json | 2 +-
package.json | 2 +-
public/main.js | 9 +++++----
src/detector/detector.js | 3 +--
src/key-menu.js | 13 +++++++++----
src/util.js | 36 +++++-------------------------------
src/version.js | 2 +-
11 files changed, 37 insertions(+), 48 deletions(-)
diff --git a/helper/version.en.md b/helper/version.en.md
index 162f932..f227961 100644
--- a/helper/version.en.md
+++ b/helper/version.en.md
@@ -59,4 +59,9 @@
1. Add DateToString monitoring type
2. Add FuncToString monitoring type
3. Add detectors configuration
-4. Fix ios 15 accidental injury problem
\ No newline at end of file
+4. Fix ios 15 accidental injury problem
+
+## 0.1.8
+1. Disable macos option+commond+i
+2. Delete some debugging code and useless code
+3. Modify the event model
\ No newline at end of file
diff --git a/helper/version.md b/helper/version.md
index c7b323d..5e35e54 100644
--- a/helper/version.md
+++ b/helper/version.md
@@ -59,4 +59,9 @@
1. 增加 DateToString 监测类型
2. 增加 FuncToString 监测类型
3. 增加 detectors 配置
-4. 修复ios 15误伤问题
\ No newline at end of file
+4. 修复ios 15误伤问题
+
+## 0.1.8
+1. 禁用 macos option+commond+i
+2. 删除部分调试代码与无用代码
+3. 修改事件模型
\ No newline at end of file
diff --git a/index.html b/index.html
index d41f7cb..863f649 100644
--- a/index.html
+++ b/index.html
@@ -184,7 +184,7 @@ declare type DETECTOR_TYPE = -1 | 0 | 1 | 2 | 3;