From 2d986cf12af81ca8de09b6c86a363247c34d663b Mon Sep 17 00:00:00 2001 From: theajack <1506282385@qq.com> Date: Tue, 27 Jul 2021 23:40:50 +0800 Subject: [PATCH] feat: 0.1.5 --- README.cn.md | 1 - README.md | 1 - helper/version.md | 6 ++++- index.html | 2 +- npm/README.cn.md | 1 - npm/README.md | 1 - npm/disable-devtool.min.js | 2 +- npm/index.d.ts | 4 +-- npm/package.json | 2 +- package.json | 2 +- src/detector/detector.js | 8 +++--- src/detector/log-time.js | 54 +++++++++++++++++++++++--------------- src/index.d.ts | 4 +-- src/version.js | 2 +- 14 files changed, 51 insertions(+), 39 deletions(-) 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;