KenanZhu
fa737711d4
optimize(ConfigReader, ConfigWriter): 优化配置文件读写类逻辑,完善异常处理,添加注释文档
2026-01-16 23:23:03 +08:00
KenanZhu
79e2128fca
style(operators.*): 显式指定浏览器驱动类型为 WebDriver
2026-01-16 23:21:36 +08:00
KenanZhu
128c8e7a83
style(*): 移除未使用的 import 语句
2026-01-16 22:37:26 +08:00
KenanZhu
6474f6e3bb
style(*): 格式化一些界面类的构造函数
2026-01-16 22:33:01 +08:00
KenanZhu
ba60a5d884
style(comment): 修改一些注释格式
2026-01-15 17:08:54 +08:00
KenanZhu
4d8f8130dc
chore(operators.__init__): 添加 LibChecker 类的简介
2026-01-13 22:40:45 +08:00
KenanZhu
eba99cab9f
fix(ALSeatMapWidget): 修复座位图选择的确定取消逻辑
2026-01-13 22:01:16 +08:00
KenanZhu
aa7a806ff7
fix(gui): 修复一些界面问题
2026-01-12 14:22:20 +08:00
KenanZhu
bb180f8c8e
fix(ALConfigWidget, LibReserve): 修改二楼楼层区域名称
...
将 二层外环 改为 二层西区
2026-01-09 14:06:36 +08:00
KenanZhu
107ed41b58
chore(*): 更新 license 和版权信息为 2025 - 2026 年
2026-01-09 14:00:25 +08:00
github-actions[bot]
43b87db4eb
chore(release): v1.0.2 [auto release commit]
v1.0.2
2026-01-05 04:05:04 +00:00
KenanZhu
ae23f65e5a
fix(AutoLib): 修复并完善对不同浏览器驱动的支持,目前支持的浏览器驱动为 Edge、Chrome、Firefox
...
之前的代码只支持 Edge 浏览器驱动,现在完善了对 Chrome、Firefox 浏览器驱动的支持
2026-01-05 11:59:33 +08:00
KenanZhu
a7b9c340ae
refactor(ALConfigWidget): 初始化的默认浏览器驱动路径改为空
2026-01-05 11:58:15 +08:00
KenanZhu
96d733d2ed
fix(ALConfigWidget): 修复配置界面错误字符
2026-01-05 11:43:16 +08:00
KenanZhu
65cb951ada
ci(workflow): 优化 update-version.yml 中的版本信息更新逻辑
...
对 ALVersionInfo.py 文件的更新逻辑进行差异化处理,分别为 commit-release 和 build 阶段生成不同的 artifact:
* 针对 commit-release 阶段:将所有与构建(build)相关的字段值设置为 'local' 或 'null'
* 针对 build 阶段:保留完整的版本信息字段
这种差异化处理确保其后续提交的 release commit 不会包含构建相关的版本信息。
2026-01-04 10:05:57 +08:00
KenanZhu
94ce3433a3
ci(workflows): 重构 CI/CD 工作流执行配置
2026-01-03 14:33:49 +08:00
github-actions[bot]
dd48c8a01c
chore(release): v1.0.1 [auto release commit]
v1.0.1
2026-01-02 16:39:02 +00:00
KenanZhu
924db3bdcc
ci(workflows): 新增基于 Github Actions 的 CI/CD 工作流控制
2026-01-03 00:35:16 +08:00
KenanZhu
1e5452d411
refactor(ALAboutDialog): 更改关于对话框的显示内容
...
主要包括版本号,提交信息,构建时间等。为 CI/CD 流程添加相关信息占位。
2026-01-03 00:33:01 +08:00
KenanZhu
1b378e5aaa
fix(LibLogin): 修复优化验证码处理逻辑,避免无效请求。并完善手动输入验证码功能。
2026-01-02 17:37:17 +08:00
KenanZhu
e069efb2ea
fix(ALConfigWidget): 修复用户配置列表中,选中用户项时禁用该用户所在用户组时,该用户项未同步禁用状态仍保持被选中的问题
2026-01-02 00:44:24 +08:00
KenanZhu
407d25570a
fix(ALMainWorkers): 修复 AutoLibWorker 中基础检查未通过时,运行线程错误返回导致结束信号未发送的问题
2026-01-02 00:30:37 +08:00
KenanZhu
bfcb65f56a
fix(gui.ALMainWindow): 修改了 setControlButtons 方法,防止按钮状态的意外更改
2025-12-31 10:15:57 +08:00
KenanZhu
cde1e966e7
chore(gui.batchs): 将编译脚本的错误命名 complie_*.bat/sh 修改为 compile_*.bat/sh
2025-12-27 23:12:37 +08:00
KenanZhu
8c4f463889
docs(readme): 修改一些文档的不通顺不准确描述,新增捐助链接
2025-12-27 21:57:38 +08:00
KenanZhu
39867cc20c
docs(readme): 修改文档的歧义和其它不准确描述
2025-12-27 15:43:25 +08:00
KenanZhu
149910d628
chore(release): v1.0.0
v1.0.0
2025-12-22 15:24:31 +08:00
KenanZhu
2a7ed099bf
docs(readme.md): 更新 readme 文档
2025-12-22 15:23:56 +08:00
KenanZhu
473f32ca29
chore(batchs): 新增界面资源和应用资源的编译脚本
2025-12-22 15:23:47 +08:00
KenanZhu
580052f1e3
chore(icons): 添加多种图标格式,将当前的图标尺寸从 1024x1024 调整为 32x32
2025-12-22 11:55:33 +08:00
KenanZhu
6abf530307
optimize(ALTimerTaskWidget, ALConfigWidget): 优化定时器和用户设置的任务列表排序
2025-12-22 11:53:45 +08:00
KenanZhu
577c651ef8
feat(ALMainWindow): 引入对新增定时器任务状态 - 执行失败的处理支持 (#18ae949)
...
同时,为了统一消息处理,我们将 ALMainWorkers 中的原信号
槽处理的消息逻辑更改为使用继承的 MsgBase 类的 showTrace 方法
v1.0.0-beta.5
2025-12-13 14:27:46 +08:00
KenanZhu
18ae949900
feat(ALTimerTaskWidget): 新增定时器任务状态 - 执行失败
2025-12-13 14:22:28 +08:00
KenanZhu
ca9059d1db
refactor(AutoLib): 初始化 AutoLib 时,发生错误则抛出异常
2025-12-13 14:21:26 +08:00
KenanZhu
ad4deae0c6
fix(ALMainWindow): 修复停止时的按钮状态重置问题
...
函数更改于(#9255eec)
2025-12-13 14:15:28 +08:00
KenanZhu
55ae4d0d96
feat(ALConfigWidget): 大更新 - 用户树状列表和其它
...
1. 在这个 commit 中,我们思考了许久,最终决定将现有的
用户管理列表转为树状列表,以解决用户数量增多时,用户的
选择性管理,分组等问题。
2. 同时因为该更改需要重构很多内容,我们也在该 commit
中决定将所有‘系统配置’更换为‘运行配置’,同时文件名称和
内容变量也相应变为‘run’和‘user’。
3. 重构 AutoLib 和 ALMainWorkers 中的配置相关代码,
以适应新的用户树状列表。
当前迭代更新至 v1.0.0-beta.4, 同时,在该版本的 rc
阶段前,我们计划不再发布 beta 阶段相关的 release
v1.0.0-beta.4
2025-12-13 00:07:33 +08:00
KenanZhu
7dcd72939b
fix(ALMainWindow): fix the wrong use of function 'setControlButtons'
2025-12-12 23:51:54 +08:00
KenanZhu
bfce61f4b4
fix(ALTimerTaskWidget): fix timer tasks list is 'NoneType' when init config file
2025-12-12 23:41:30 +08:00
KenanZhu
60a5699822
refactor(ALConfigWidget): ALConfigWidget is changed into non-modal dialog
2025-12-12 18:59:25 +08:00
KenanZhu
aab9565012
fix(*): always show the child window on the center of the parent window and do not overflow the screen
v1.0.0-beta.3
2025-12-09 08:54:45 +08:00
KenanZhu
9255eec9f1
style(ALMainWindow): rename some variables and functions
2025-12-09 08:51:14 +08:00
KenanZhu
cff6fd8fc0
feat(ALTimerTaskWidget): timer tasks' data persistence and perpetuation
v1.0.0-beta.2
2025-12-09 08:49:44 +08:00
KenanZhu
b129f47b48
chore(ALSeat*): rename SeatFrame, SeatMapTable, SeatMapWidget to ALSeatFrame, ALSeatMapTable, ALSeatMapWidget
2025-12-09 08:46:51 +08:00
KenanZhu
069429be71
refactor(ALAboutDialog): replace hide/show methods with 'exec()' for dialog modal handling
2025-12-09 08:19:25 +08:00
KenanZhu
7d064fc8e7
refactor(ALMainWindow): extract the worker threads to a separate file : ALMainWorkers.py
2025-12-09 08:17:39 +08:00
KenanZhu
1b172ad396
style(*): some small style changes
v1.0.0-beta.1
2025-11-30 18:46:12 +08:00
KenanZhu
05c9d433f4
hotfix(LibRenew): fix the serious bug that the renew process always failed
...
in this hotfix, we fix the renew bug because we
do not refresh the page after renew the seat,
this will make the subsequent operators, such as
logout ... unable to in progress.
2025-11-30 18:42:20 +08:00
KenanZhu
65ca40438d
fix(ALMainWindow.ui): fix the convert error of ALMainWindow.ui
...
we fix the convert error of ALMainWindow.ui by
using pyside6-uic to convert the ui file to python code
2025-11-29 22:31:18 +08:00
KenanZhu
0a8763add5
feat(gui): breaking changes - Timer Task Management
...
1. we add menu actions 'manual' and 'about', so
you can click actions to open manual and about dialog.
2. we introduce timer task management feature, so
you can add, delete timer tasks to auto run task.
3. other style improvement in gui...
v1.0.0-beta
2025-11-29 20:03:45 +08:00
KenanZhu
c5e589f3d1
fix(ALConfigWidget): optimize the logic when delete user list item
2025-11-29 19:52:22 +08:00