Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI authored Mar 8, 2020
1 parent cd9ed78 commit d84a784
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def valid_xzq(xzq, y):
if __name__ == '__main__':
import time

print('【当前环境】algo测试v3.0.0')
print('【当前环境】algo测试v3.0.1')
t = time.time()
sol = Solver()
sol.load_xzq("心之器.xlsx")
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ def main():


if __name__ == '__main__':
print('Re0手游装备推荐器&伤害计算器v3.0.0')
print('Re0手游装备推荐器&伤害计算器v3.0.1')
main()
2 changes: 1 addition & 1 deletion tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def value(self, x, y):


if __name__ == '__main__':
print('【当前环境】tools测试v3.0.0')
print('【当前环境】tools测试v3.0.1')
test = ParaArray('心之器.xlsx', '心之器属性')
print(test.data)
print(test.col_index)
Expand Down
2 changes: 1 addition & 1 deletion tools_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def get_data(file_path, sheet_name):


if __name__ == '__main__':
print('【当前环境】tools_excel测试v3.0.0')
print('【当前环境】tools_excel测试v3.0.1')
test = get_data('心之器.xlsx', '心之器属性')
print(test)
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def setupUi(self, MainWindow):

def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "Re:0手游装备推荐器&伤害计算器v3.0.0"))
MainWindow.setWindowTitle(_translate("MainWindow", "Re:0手游装备推荐器&伤害计算器v3.0.1"))
self.browser.setHtml(_translate("MainWindow",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
Expand Down
4 changes: 2 additions & 2 deletions window.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_xzq_choice(self):
def write(self, s):
sys.__stdout__.write(s)
self.browser.insertPlainText(s)
# self.browser.moveCursor(self.browser.textCursor().End)
self.browser.moveCursor(self.browser.textCursor().End)
QtWidgets.QApplication.processEvents()

def prt_html(self, s):
Expand Down Expand Up @@ -133,7 +133,7 @@ def flush(self):


if __name__ == "__main__":
print('【当前环境】window测试v3.0.0')
print('【当前环境】window测试v3.0.1')
app = QtWidgets.QApplication(sys.argv)
ui = UI()
ui.show()
Expand Down
3 changes: 3 additions & 0 deletions 更新日志.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.0.1
1. 修复了在图形界面下,如果程序输出的新文本超出了显示框的范围,有时不会自动向下滚动的bug

v3.0.0
1. 再次更新了必杀技伤害公式,这次真的是准确的了
2. 随计算器附带xlsx版简易必杀伤害计算器,方便用户验证1的正确性
Expand Down
Binary file modified 角色.xlsx
Binary file not shown.

0 comments on commit d84a784

Please sign in to comment.