From f6ea653ba9e52fc39938018d74a95ecdadc2c389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Wed, 13 Nov 2019 13:09:50 +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),[=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E4=BC=91=E7=9C=A0]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + xwebstart.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffd574..1692a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### 2019-11-13 #### 新功能 ++ 3136352472 [13:09:50] :禁止休眠;影响的范围(代码逻辑) + 3136352472 [12:38:04] :去除调试代码;影响的范围(代码逻辑) + 3136352472 [12:34:46] :加入弹窗;影响的范围(代码逻辑) + 3136352472 [12:32:36] :检测服务成功代码;影响的范围(代码逻辑) diff --git a/xwebstart.sh b/xwebstart.sh index ea4b8ef..40a61ed 100644 --- a/xwebstart.sh +++ b/xwebstart.sh @@ -1,4 +1,7 @@ #!/bin/sh +xsetdpms 0 0 0 +xsets off + # 将electron换成绝对路径 /electron/electron --no-sandbox /web/index.js