Skip to content

Commit

Permalink
Merge pull request #3 from mackerel-12138/dxc
Browse files Browse the repository at this point in the history
新版本适配
  • Loading branch information
mackerel-12138 authored Apr 13, 2023
2 parents 507b493 + 9fd81cf commit a4c980b
Show file tree
Hide file tree
Showing 30 changed files with 157 additions and 153 deletions.
296 changes: 144 additions & 152 deletions AutoPcr_py/AutoPcr4.0.py

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion AutoPcr_py/AutoPcr4.0_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def GetFullPath(pngName):
dxcDropKey = 'dxcDrop'
needZbNameKey = 'zbDrop'
buyExpNumKey = 'buyExpNumDrop'
dxcDropValue = ["炸脖龙", "绿龙", "黑白王"]
dxcDropValue = ["黑白王"]
mnqIndexDropValue = ["1", "0"]
needZbNameValue = ['新月的悲叹', '焰帝戒指', '忘哭之冠', '深渊之弓', '愤怒法杖', '鹰神之煌剑', '狮鹫羽饰', '恶魔法杖']
buyExpNumValue = [1, 2, 3, 4, 5, 6, 7, 8]
Expand Down Expand Up @@ -438,9 +438,21 @@ def SetAllSelect2():
window[isXinSuiKey].Update(isAllSelect2)


# def OutLog():
# yield
# fname = './autopcr.log'
# with open(fname, 'r', encoding='gbk') as f:
# lines = f.readlines()
# last_line = lines[-1]
# print(last_line)

# log = OutLog()
# sg.popup_get_folder('Enter the file you wish to process')
# Event Loop to process "events" and get the "values" of the inputs
while True:
# print("next")
# next(log)

event, values = window.read()
print(event)
if event == '检查模拟器':
Expand Down
Binary file modified AutoPcr_py/img/dxc/bossEnd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/box1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/box2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/box3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/box4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/box5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/dxcBack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/lose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/dxc/win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AutoPcr_py/img/dxc_ex3/bossEnd.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/box1.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/box2.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/box3.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/box4.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/box5.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/dxcBack.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/enter.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/ex.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/lose.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/run.png
Binary file not shown.
Binary file removed AutoPcr_py/img/dxc_ex3/win.png
Binary file not shown.
Binary file added AutoPcr_py/img/shop/allitem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AutoPcr_py/img/shop/buyBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AutoPcr_py/img/shop/buyall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AutoPcr_py/img/shop/expitem.png
Binary file added AutoPcr_py/img/shop/selectall.png
Binary file added AutoPcr_py/img/shop/stoneitem.png

0 comments on commit a4c980b

Please sign in to comment.