Skip to content

Commit ba19b67

Browse files
committed
0.2.0
1 parent 2f36703 commit ba19b67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
cmds = ["pyinstaller"]
99

10-
# cmds.append("--windowed")
10+
cmds.append("--windowed")
1111

1212
cmds.append("--icon")
1313
cmds.append("src/image/logo.png")

src/main.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@
261261
<script src="./vue.global.prod.js"></script>
262262
<script src="./vue-i18n.global.prod.js"></script>
263263
<script type="module">
264-
const VERSION = "1.0.0";
264+
// TODO: Version
265+
const VERSION = "0.2.0";
265266
const { createApp } = Vue;
266267
const { createI18n } = VueI18n;
267268
let api = null;
@@ -435,7 +436,6 @@
435436
}
436437
};
437438

438-
// TODO: PlayerList
439439
const PlayerList = {
440440
components: {
441441
UiContainer

0 commit comments

Comments
 (0)