KenanZhu
|
5e898180c7
|
refactor(style): 统一项目代码风格,整理导入顺序、间距规范与方法排列
- GUI 模块统一 QtCore → QtGui → QtWidgets 导入排列,各类独占一行按字母排序
- 统一类间两空行、类内方法间一空行、函数间一空行的间距规范
- 统一方法排列顺序:__init__ → setupUi → connectSignals → public → Slot → private
- 统一 _widgets 中 ConditionRowFrame/ActionStepFrame 方法命名(populate* / toScript / updateValueWidget)
- LibTimeSelector 迁入 operators/abs 抽象层
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-24 13:14:27 +08:00 |
|
KenanZhu
|
a03ab38279
|
refactor(autoscript): 完善 Lua 错误分类与 Date/Time 严格校验,清理死代码并补齐类型注解
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-24 01:02:17 +08:00 |
|
KenanZhu
|
a0fd03f12f
|
refactor(autoscript): ASEngine 迁移至 Lua 沙箱引擎,强化类型安全与异常处理
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-21 18:22:36 +08:00 |
|
KenanZhu
|
1d4b03d162
|
feat(autoscript): 支持算术表达式与变量参与加减运算
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-21 00:27:43 +08:00 |
|
KenanZhu
|
c038c8005d
|
refactor(autoscript): 公开 splitTopLevel 并导出常量,消除冗余委托与重复变量
|
2026-05-18 16:01:10 +08:00 |
|
KenanZhu
|
33c0f4414c
|
fix(autoscript): 为异常添加行号信息并补充类型兼容性检查
|
2026-05-17 02:58:47 +08:00 |
|
KenanZhu
|
9bdc9a3de9
|
refactor(autoscript): 使用 ASTokenizer 和 NodeVisitor 重构解析与执行流程
|
2026-05-17 01:33:22 +08:00 |
|
KenanZhu
|
500ddd41c5
|
refactor(autoscript): 替换 dsl 包为 autoscript 引擎模块
|
2026-05-12 11:49:43 +08:00 |
|