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;