From 636663e9e5875f2c50697fee21943547f45ba25b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com>
Date: Mon, 16 Dec 2019 14:14:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B(=E6=96=B0?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD),=E5=BD=B1=E5=93=8D=E7=9A=84=E8=8C=83?=
=?UTF-8?q?=E5=9B=B4(=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91),[=E6=B5=8B?=
=?UTF-8?q?=E8=AF=95]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 1 +
index.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8c6a50..0265634 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### 2019-12-16
#### 新功能
++ 3136352472 [14:14:30] :测试;影响的范围(代码逻辑)
+ 3136352472 [14:13:27] :测试;影响的范围(代码逻辑)
+ 3136352472 [14:11:49] :测试;影响的范围(代码逻辑)
+ 3136352472 [14:05:58] :测试;影响的范围(代码逻辑)
diff --git a/index.html b/index.html
index 7c30f0c..e6887d0 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
s += " 屏幕可用工作区宽度:"+ window.screen.availWidth+"
";
s += " 你的屏幕设置是 "+ window.screen.colorDepth +" 位彩色"+"
";
s += " 你的屏幕设置 "+ window.screen.deviceXDPI +" 像素/英寸"+"
";
- alert(s);
+ console.log(s);
function check() {
$.ajax({