From a9c7c43bd9e11c9589efbefa7513c5f43fc31ec3 Mon Sep 17 00:00:00 2001 From: theajack <1506282385@qq.com> Date: Sun, 25 Oct 2020 20:49:38 +0800 Subject: [PATCH] feat: index.html --- README.cn.md | 9 +++++++++ README.md | 9 +++++++++ index.html | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.cn.md b/README.cn.md index 66c9916..7a17ebd 100644 --- a/README.cn.md +++ b/README.cn.md @@ -42,6 +42,15 @@ disableDevtool(); ``` +或者通过版本引用: + +```html + + + + +``` + ## 2.功能 disable-devtool 可以禁用所有一切可以进入开发者工具的方法,防止通过开发者工具进行的 ‘代码搬运’ diff --git a/README.md b/README.md index 9ca3767..4234070 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,15 @@ disableDevtool(); ``` +Or use cdn with version: + +```html + + + + +``` + ## 2. Function disable-devtool can disable all the methods that can enter the developer tools to prevent ‘code handling’ through the developer tools diff --git a/index.html b/index.html index 80302ef..904a2b2 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@ disableDevtool(options);

// The parameters are the same as in 3.1 }) </script>

- +