KenanZhu KenanZhu
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-28 21:42:17 +08:00
bb63ee6f03 refactor(gui): 统一 Qt 控件变量命名风格为 PascalCase
3ebebe015f refactor(gui): 重构关于对话框,改用 QTabWidget 分页展示信息与许可证
02b3a62868 chore(autoscript): 添加模块版本号 v1.0.0
Compare 3 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-28 13:32:15 +08:00
d7e19dcd52 refactor(pages): 调整预约检查流程顺序,数据校验前置以避免无效浏览器操作
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-28 05:22:16 +08:00
59c06b3a19 fix(workflows): 修复图标引用、条件逻辑死代码并统一输出格式
b78fd2d1e4 chore: 添加 AutoLibrary 应用图标资源
2aace40a26 fix(services): 修复验证码识别逻辑、预约时间校验与异常处理结构
df7ad92f7f fix(pages): 移除裸 except Exception 改用精确异常类型并加固元素操作防护
910e3e3224 chore: 统一 __init__.py 许可头为版权声明并改用相对导入
Compare 5 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-27 21:12:15 +08:00
f7167c13f4 fix(ALAutoScript*Dialog): 统一编排窗口生成的 Lua 函数名与 ASEngine 运行时一致
eb8da498a2 refactor(pages): 引入 Page Object 模式替代 operators/ 模块并移除旧代码
b279b51b42 refactor: 移除旧 operators/ 模块和 base/ 层
43336f98d2 fix: 统一闭馆时间为 TimeSelectMaker.LIBRARY_CLOSE_MINS (22:30)
e77c561685 refactor: 时间选择逻辑下沉至 Dialog、Worker 模板方法抽象、配置访问安全化与代码风格统一
Compare 10 commits »
KenanZhu synced and deleted reference refs/tags/refactor/liboperator2pageobj at KenanZhu/AutoLibrary from mirror 2026-05-27 21:12:15 +08:00
KenanZhu synced new reference refs/heads/refactor/liboperator2pageobj to KenanZhu/AutoLibrary from mirror 2026-05-26 20:52:15 +08:00
KenanZhu synced commits to refs/heads/refactor/liboperator2pageobj at KenanZhu/AutoLibrary from mirror 2026-05-26 20:52:15 +08:00
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-25 20:32:15 +08:00
106463b9e5 refactor(autoscript): 对象化 ASEngine、移除旧变量导出、清理编排窗口解析逻辑
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-24 20:02:15 +08:00
5e898180c7 refactor(style): 统一项目代码风格,整理导入顺序、间距规范与方法排列
a03ab38279 refactor(autoscript): 完善 Lua 错误分类与 Date/Time 严格校验,清理死代码并补齐类型注解
Compare 2 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-24 03:42:15 +08:00
4761cade26 refactor(gui): 统一资源路径前缀并更新新版 SVG Logo
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-23 19:32:15 +08:00
531b05651e refactor(gui): 重构更新 AutoLibrary Logo 样式为全新设计样式
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-21 18:32:19 +08:00
3cea7df736 refactor(gui): 编排编辑窗口适配 Lua 引擎新接口
a0fd03f12f refactor(autoscript): ASEngine 迁移至 Lua 沙箱引擎,强化类型安全与异常处理
Compare 2 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-21 12:32:16 +08:00
9b47886e5b fix(autoscript): SET 赋值强制强类型检查,禁止跨类型隐式转换
82738be99a feat(gui): 编辑窗口支持调试运行与动态模拟目标数据输入
e097b5afc9 refactor(gui): 编排窗口简化为纯代码生成器,移除脚本解析与预检逻辑
Compare 3 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-21 04:22:16 +08:00
fe7453fe02 feat(gui): 编排窗口支持算术表达式解析与回显
1d4b03d162 feat(autoscript): 支持算术表达式与变量参与加减运算
4642916fd5 fix(gui): 修正编排窗口日期映射 CURRENT_DATE 误识别为前天的问题
Compare 3 commits »
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-19 03:22:15 +08:00
5800437ba2 fix(gui): 编排窗口代码生成统一使用 END IF 结束块
23467c1d3d feat(autoscript): 支持 // 行内注释与完整注释行解析
b8c0a29c59 fix(gui): 调整定时任务对话框布局边距与间距
87787ad3dc style(gui): 编辑器高亮配色更改为 VSCode C 风格并为布尔字面量独立配色
e800f6ece1 refactor(gui): 统一 setupUi 命名并调整按钮布局
Compare 7 commits »
KenanZhu synced new reference refs/heads/refactor/many_thing to KenanZhu/AutoLibrary from mirror 2026-05-18 19:12:16 +08:00
KenanZhu synced commits to refs/heads/refactor/many_thing at KenanZhu/AutoLibrary from mirror 2026-05-18 19:12:16 +08:00
KenanZhu synced new reference refs/tags/v1.3.0 to KenanZhu/AutoLibrary from mirror 2026-05-09 14:52:16 +08:00
KenanZhu synced commits to refs/tags/v1.3.0 at KenanZhu/AutoLibrary from mirror 2026-05-09 14:52:16 +08:00
KenanZhu synced commits to refs/heads/main at KenanZhu/AutoLibrary from mirror 2026-05-09 14:52:16 +08:00
22d3c3462c chore(release): merge release/v1.3.0 to main [auto release commit]
dc287f3aa5 chore(release): v1.3.0 [auto release commit]
7886379875 feat(*): 支持编辑定时任务,支持AutoScript的重复性定时任务预处理指令 (#7)
967ede4b04 fix(ALTimerTaskManageWidget): 修复右键菜单删除任务时 parent() 类型错误
27250dba2f feat(ALTimerTask*): 实现定时任务编辑功能,统一代码规范并重命名重复任务历史字段
Compare 7 commits »