diff --git a/helper/version.en.md b/helper/version.en.md index f227961..d337c38 100644 --- a/helper/version.en.md +++ b/helper/version.en.md @@ -64,4 +64,7 @@ ## 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 +3. Modify the event model + +## 0.1.9 +1. Fix the bug of accidental injury in IFrame \ No newline at end of file diff --git a/helper/version.md b/helper/version.md index 5e35e54..8ed2f91 100644 --- a/helper/version.md +++ b/helper/version.md @@ -64,4 +64,7 @@ ## 0.1.8 1. 禁用 macos option+commond+i 2. 删除部分调试代码与无用代码 -3. 修改事件模型 \ No newline at end of file +3. 修改事件模型 + +## 0.1.9 +1. 修复IFrame中误伤的bug \ No newline at end of file diff --git a/index.html b/index.html index ae726d7..428d225 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@ declare type DETECTOR_TYPE = -1 | 0 | 1 | 2 | 3;