From a7de861e97c3de820729d7c2b22922872cf7c8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Thu, 14 Nov 2019 14:03:51 +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?=E7=94=A8=E7=BC=93=E5=AD=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ xwebstart.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc3441..01a8d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ------ +### 2019-11-14 + +#### 新功能 ++ 3136352472 [14:03:51] :禁用缓存;影响的范围(代码逻辑) + +------ + ### 2019-11-13 #### 新功能 diff --git a/xwebstart.sh b/xwebstart.sh index bfe0d37..75ed042 100644 --- a/xwebstart.sh +++ b/xwebstart.sh @@ -4,4 +4,4 @@ xset dpms 0 0 0 xset s off # 将electron换成绝对路径 -/electron/electron --no-sandbox /web/index.js +/electron/electron --disable-http-cache --no-sandbox /web/index.js