diff --git a/README.cn.md b/README.cn.md index 6adae8d..0036576 100644 --- a/README.cn.md +++ b/README.cn.md @@ -171,7 +171,6 @@ const DETECTOR_TYPE = { TO_STRING: 0, DEFINE_ID: 1, SIZE: 2, - LOG_TIME: 3, } ``` diff --git a/README.md b/README.md index b01c3bd..eea4e59 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ const DETECTOR_TYPE = { TO_STRING: 0, DEFINE_ID: 1, SIZE: 2, - LOG_TIME: 3, } ``` diff --git a/helper/version.md b/helper/version.md index 5ca068f..dc28ace 100644 --- a/helper/version.md +++ b/helper/version.md @@ -50,4 +50,8 @@ 1. 增加 detector,增加多种监测模式 2. 使用logTime模式兜底,兼容mac,linux 3. 增加 clearIntervalWhenDevOpenTrigger 参数 -4. ondevtoolopen 增加 监测模式 回调参数 \ No newline at end of file +4. ondevtoolopen 增加 监测模式 回调参数 + +## 0.1.5 + +1. 去掉log-time监测类型(因为不准确) \ No newline at end of file diff --git a/index.html b/index.html index 544a64c..3db1f0e 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@ declare type DETECTOR_TYPE = -1 | 0 | 1 | 2 | 3;