Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Oct 6, 2022
1 parent a5deb78 commit 2ef2736
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions LunaTranslator/files/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"volume": 100.0
},
"sourcestatus": {
"copy": false,
"copy": true,
"ocr": false,
"textractor": true,
"textractor": false,
"textractor_pipe": false
},
"ocr": {
Expand Down
16 changes: 9 additions & 7 deletions LunaTranslator/files/jb7x64runner/GPS.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
���� 2 2 ���� 0 2 z 0 6
�� 4 1 �� 2 1 z 0 6
�C�� 6 2 �d�� 5 2 z 0 6
�� 9 1 �� 9 1 z 0 6
�w�� 10 2 ������� 19 4 z 8 2
�d���c 13 3 ��� 11 3 z 0 3
���M 16 2 �� 14 2 z 0 6
�T 0 1 �n 0 1 z 0 15
�q 2 1 �Q 2 1 z 0 15
�� 3 1 �s 3 1 z 0 13
�\ 4 1 �� 4 1 z 0 15
���� 5 2 �w�� 5 2 z 0 6
�c 7 1 �I 7 1 z 0 14
�� 8 1 �� 8 1 z 0 6
�� 9 1 �� 9 1 z 0 6
0 6
�O�� 18 2 ���u 16 2 z 0 6
21 1 ���� 21 2 z 0 6
1 �� 24 1 z 0 6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
版本号:1.7.0
版本号:1.7.3
<br>
最新版本:%s
<br>
Expand Down
2 changes: 1 addition & 1 deletion LunaTranslator/gui/settingpage_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from PyQt5.QtWidgets import QWidget,QLabel
import threading
def getversion(self):
with open('version.txt','r',encoding='utf8') as ff:
with open('./files/version.txt','r',encoding='utf8') as ff:
about=ff.read()

try:
Expand Down

0 comments on commit 2ef2736

Please sign in to comment.