We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d80bedf + bec5913 commit 4ba1f31Copy full SHA for 4ba1f31
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-# 元扫雷(MetaSweeper)
+# 元扫雷(Metasweeper)
2
- 包含8种模式的扫雷项目、第三代扫雷录像播放器及高性能算法工具箱
3
- project with 8 modes of minesweeper, third generation minesweeper video player and high performance algorithm toolbox
4
src/superGUI.py
@@ -16,7 +16,7 @@
16
17
18
# version = "元3.1.11".encode( "UTF-8" )
19
-version = "测试3.1.11".encode( "UTF-8" )
+version = "测试3.1.16".encode( "UTF-8" )
20
21
22
class Ui_MainWindow(Ui_MainWindow):
0 commit comments