From 0be35db4af26197c1411129bc37b9ec7603a39d8 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 14:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B(=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=94=99=E8=AF=AF),=E5=BD=B1=E5=93=8D=E7=9A=84?= =?UTF-8?q?=E8=8C=83=E5=9B=B4(=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91),[?= =?UTF-8?q?=E6=81=AF=E5=B1=8Fbug]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + xwebstart.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a163f1f..fe48271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ + 3136352472 [12:11:54] :初始化上传;影响的范围(无影响) #### 修复错误 ++ 3136352472 [14:22:54] :息屏bug;影响的范围(代码逻辑) + 3136352472 [12:13:09] :修改文档路径;影响的范围(代码逻辑) ------ diff --git a/xwebstart.sh b/xwebstart.sh index 40a61ed..bfe0d37 100644 --- a/xwebstart.sh +++ b/xwebstart.sh @@ -1,7 +1,7 @@ #!/bin/sh -xsetdpms 0 0 0 -xsets off +xset dpms 0 0 0 +xset s off # 将electron换成绝对路径 /electron/electron --no-sandbox /web/index.js