-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d861f
commit 203df94
Showing
8 changed files
with
100 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
history.json | ||
*.bmp | ||
*.exe | ||
|
||
*.bat | ||
|
||
|
||
# Byte-compiled / optimized / DLL files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@echo off | ||
set QT_QPA_PLATFORM_PLUGIN_PATH=D:\anaconda3Lib\site-packages\PySide2\plugins | ||
set QT_QPA_PLATFORM_PLUGIN_PATH=D:\anaconda3\Lib\site-packages\PySide2\plugins | ||
pyinstaller -i AuraProII.ico -p D:\anaconda3\envs\auraproii\lib\site-packages\PyQt5\Qt\bin -w -F src\AuraProII.py | ||
REM D:\anaconda3\Lib\site-packages\PySide2\plugins | ||
REM base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
v0.1.0 | ||
v0.1.2 | ||
|
||
- 初始版本 | ||
- 修复了一个km信息显示位置错误的漏洞 | ||
- 修复了一个使用鼠标滚轮后提示信息消失的漏洞 | ||
|
||
v0.1.1 | ||
|
||
- 修复了一个获取信息的时候鼠标操作会崩溃的漏洞 | ||
- 修复了一个获取女妖级km(harpy)时会崩溃的漏洞 | ||
- 现在km信息显示在km链接下 | ||
- 现在信息位置会被记录了 | ||
- 现在信息位置会被记录了 | ||
|
||
v0.1.0 | ||
|
||
- 初始版本 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
altgraph==0.17 | ||
attrs==20.2.0 | ||
certifi==2020.6.20 | ||
chardet==3.0.4 | ||
click==7.1.2 | ||
cycler==0.10.0 | ||
future==0.18.2 | ||
idna==2.10 | ||
kiwisolver==1.2.0 | ||
matplotlib @ file:///D:/bld/matplotlib-base_1597952542171/work | ||
multidict==4.7.6 | ||
numpy @ file:///D:/bld/numpy_1597938567428/work | ||
olefile==0.46 | ||
packaging==20.4 | ||
pefile==2019.4.18 | ||
Pillow @ file:///D:/bld/pillow_1594213048891/work | ||
pyinstaller==4.0 | ||
pyinstaller-hooks-contrib==2020.8 | ||
pyparsing==2.4.7 | ||
PyQt5==5.15.0 | ||
PyQt5-sip==12.8.1 | ||
pyqt5-tools==5.15.0.1.7.1 | ||
PyQtWebEngine==5.12.1 | ||
PySide2==5.15.1 | ||
python-dateutil==2.8.1 | ||
python-dotenv==0.14.0 | ||
pywin32==225 | ||
pywin32-ctypes==0.2.0 | ||
requests==2.24.0 | ||
shiboken2==5.15.1 | ||
sip==5.4.0 | ||
six @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work | ||
toml==0.10.1 | ||
typing-extensions==3.7.4.3 | ||
urllib3==1.25.10 | ||
wincertstore==0.2 | ||
yarl==1.5.1 |