优化界面 完善逻辑

This commit is contained in:
2025-03-30 18:55:39 +08:00
parent a9a6db23fd
commit 676eb49679
10 changed files with 59 additions and 42 deletions

View File

@ -183,6 +183,9 @@ class DoCurrentTest(QThread):
clibs.c_md.r_clear_alarm()
for condition in conditions:
if clibs.stop_flag:
self.logger("ERROR", "do_current", "后台数据清零完成,现在可以重新运行其他程序。", "green")
number = conditions.index(condition)
# for testing
# if number < 12: