KenanZhu KenanZhu
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-21 02:00:25 +08:00
5c393595d7 fix(ALWebDriverDownloadDialog): 重命名信号避免与 QThread 内置信号冲突并改进线程生命周期管理
4924f4b031 fix(WebDriverDownloader): 优化下载速度计算逻辑并改用时间间隔触发回调
62c1ecdb07 fix(LogManager): 修复 CallerInfoFormatter 中 lineno 类型转换异常
aef28b6d5e feat(ALConfigWidget): 集成浏览器驱动自动下载功能到配置界面
afa1d39051 feat(gui): 新增 ALStatusLabel 状态标签组件和浏览器驱动下载对话框
Compare 13 commits »
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-20 10:22:16 +08:00
bf93cc2cbc style(*): 将中文逗号替换为英文逗号
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-19 18:02:17 +08:00
1cfe261324 style(ALTimerTaskManageWidget): 优化详细信息的上下文语义
e5dea7bcc5 refactor(gui): 统一定时任务字段命名
30b36b68dd refactor(ALTimerTaskManageWidget): 修复重复任务历史记录逻辑
Compare 3 commits »
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-19 01:42:16 +08:00
595f43d852 optimize(ALTimerTaskHistoryDialog): 优化任务历史对话框标题字体样式
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-18 17:34:59 +08:00
02463f087e feat(MsgBase, gui, operators): 增强日志输出功能
e481824344 refactor(AppInitializer): 初始化应用程序时,先初始化日志管理器,再初始化配置管理器
160d6a2428 refactor(operators): 为 _showTrace 方法添加合适的 TraceLevel 参数
ec683cf154 feat(LogManager): 新增日志持久化功能
2d0782c368 refactor(AppInitializer): 将初始化逻辑提取到 AppInitializer 模块中
Compare 12 commits »
KenanZhu synced commits to refs/heads/main at KenanZhu/AutoLibrary from mirror 2026-03-17 16:12:19 +08:00
1cd39ec84c docs(readme): 更新 “后续会有哪些功能?” 部分,可重复性定时任务功能已完成
73aab7b957 feat(LibCheckin, gui.*): 支持校园网环境下图书馆远程签到;定时任务管理支持可重复性定时任务 (#5)
0a94c344d5 ci(workflows): 修复 Release 工作流的触发条件
68e002ba8e fix(ALTimerTaskManageWidget): 修复删除任务的信号槽参数传递问题
94dc22819f optimize(gui): 优化定时任务管理功能
Compare 17 commits »
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-17 16:12:19 +08:00
73aab7b957 feat(LibCheckin, gui.*): 支持校园网环境下图书馆远程签到;定时任务管理支持可重复性定时任务 (#5)
0a94c344d5 ci(workflows): 修复 Release 工作流的触发条件
68e002ba8e fix(ALTimerTaskManageWidget): 修复删除任务的信号槽参数传递问题
94dc22819f optimize(gui): 优化定时任务管理功能
d55d2075cb optimze(gui): 优化删除按钮样式,使其更加醒目;优化 ALTimerTaskManageWidget 的宽度
Compare 14 commits »
KenanZhu synced commits to refs/heads/main at KenanZhu/AutoLibrary from mirror 2026-03-17 01:02:16 +08:00
d35953240a ci(workflows): 修复 Release 工作流的触发条件
9accf5ddc1 ci(workflows): 添加 push 触发器
60e055f6bb docs(readme): 添加 build-test 状态图标
Compare 3 commits »
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-17 01:02:16 +08:00
883859d1f9 feat(TimerTaskManageWidget): 实现重复任务执行与历史记录
f37bcf836b feat(TimerTaskAddDialog): 添加重复任务 UI 支持
b0d1c0e99e feat(TimerTask): 新增任务执行历史对话框
5af6120be8 feat(TimerUtils): 新增重复任务时间计算工具
Compare 4 commits »
KenanZhu synced commits to refs/heads/main at KenanZhu/AutoLibrary from mirror 2026-03-16 16:59:54 +08:00
cf8493565e ci(workflows): 修改一些字符格式 (#2)
24bb76d039 ci(workflows): 修改一些字符格式
7111411115 ci(workflows): 优化 CI/CD 工作流配置
Compare 3 commits »
KenanZhu synced new reference refs/heads/develop to KenanZhu/AutoLibrary from mirror 2026-03-16 16:59:54 +08:00
KenanZhu synced commits to refs/heads/develop at KenanZhu/AutoLibrary from mirror 2026-03-16 16:59:54 +08:00
KenanZhu synced commits to refs/heads/main at KenanZhu/AutoLibrary from mirror 2026-03-16 16:02:16 +08:00
7df6a9157d refactor(LibReserve, LibRenew): 提取时间选择公共逻辑到 LibTimeSelector 基类