remove bom

This commit is contained in:
zhl 2020-08-21 11:10:39 +08:00
parent d43212d300
commit b49fb14e91
7 changed files with 124 additions and 122 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.wing/ .wing/
bin-debug/ bin-debug/
bin-release/ bin-release/
.idea/

View File

@ -23,7 +23,7 @@ function createWindow() {
win.loadURL("http://127.0.0.1:12346/index.html"); win.loadURL("http://127.0.0.1:12346/index.html");
// Open the DevTools. // Open the DevTools.
win.webContents.openDevTools(); // win.webContents.openDevTools();
// Emitted when the window is closed. // Emitted when the window is closed.
win.on('closed', () => { win.on('closed', () => {

View File

@ -1,4 +1,4 @@
echo 开始copy echo 开始copy
robocopy .\bin-release\web\r\js ..\..\release\avatertools\js /MIR robocopy .\bin-release\web\r\js ..\..\release\avatertools\js /MIR
robocopy .\bin-release\web\r\resource ..\..\release\avatertools\resource /MIR robocopy .\bin-release\web\r\resource ..\..\release\avatertools\resource /MIR

View File

@ -1,4 +1,4 @@
/** /**
* jQuery EasyUI 1.4.5 * jQuery EasyUI 1.4.5
* *
* Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved. * Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved.

View File

@ -36,7 +36,8 @@ module junyou.game {
/** /**
* pst信息 * pst信息
* *
*/ export class PstInfo { */
export class PstInfo {
/** /**
* <br/> * <br/>
* Key string key <br/> * Key string key <br/>