Browse Source

修改类型(新功能),影响的范围(代码逻辑),[禁用缓存]

master
郑荣升 5 years ago
committed by wailovet
parent
commit
a7de861e97
  1. 7
      CHANGELOG.md
  2. 2
      xwebstart.sh

7
CHANGELOG.md

@ -2,6 +2,13 @@
------ ------
### 2019-11-14
#### 新功能
+ 3136352472 [14:03:51] :禁用缓存;影响的范围(代码逻辑)
------
### 2019-11-13 ### 2019-11-13
#### 新功能 #### 新功能

2
xwebstart.sh

@ -4,4 +4,4 @@ xset dpms 0 0 0
xset s off xset s off
# 将electron换成绝对路径 # 将electron换成绝对路径
/electron/electron --no-sandbox /web/index.js
/electron/electron --disable-http-cache --no-sandbox /web/index.js
Loading…
Cancel
Save