remove bom
This commit is contained in:
parent
d43212d300
commit
b49fb14e91
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.wing/
|
.wing/
|
||||||
bin-debug/
|
bin-debug/
|
||||||
bin-release/
|
bin-release/
|
||||||
|
.idea/
|
||||||
|
@ -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', () => {
|
||||||
|
2
copy.bat
2
copy.bat
@ -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
|
||||||
|
2
libs/easyui/jquery.easyui.min.js
vendored
2
libs/easyui/jquery.easyui.min.js
vendored
@ -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.
|
||||||
|
@ -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/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user