Skip to content

Commit efc640e

Browse files
committed
0.3.1更新
1 parent 5347b61 commit efc640e

File tree

104 files changed

+310
-19433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+310
-19433
lines changed

main.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@ const { getAllModsMetadata,
1414
let win;
1515

1616
const createMainWindow = () => {
17-
//forbid multiple windows
1817
win = new BrowserWindow({
1918
width: 800,
2019
height: 600 + 28,
21-
resizable: false,
20+
minWidth:800,
21+
minHeight: 600 + 28,
22+
// resizable: false,
2223
show: false,
2324
icon: path.join(__dirname, './public/favicon.ico'),
2425
webPreferences: {
2526
preload: path.join(__dirname, "./preload.js")
2627
}
2728
})
2829
win.menuBarVisible = false
29-
// win.webContents.openDevTools() // 打开electron控制台
30+
// win.webContents.openDevTools() // 打开electron控制台
3031
win.loadFile(path.join(__dirname, "dist", "index.html"))
3132
win.on("ready-to-show", () => {
3233
win.show();

public/assets/achievements.xml

Lines changed: 0 additions & 935 deletions
This file was deleted.

0 commit comments

Comments
 (0)