v1.6.3
v1.6.3
Bug Fixes
- 修复 Dialog Shift+拖拽后窗口回跳到初始位置的问题
- 修复多个 Dialog 同时打开时 Shift 操作导致闪烁的问题
- 修复 Dialog 刷新时位置被重置的问题
Improvements
- Dialog 拖拽改为增量模式(delta-based),不再依赖 window.screenX 缓存
- 每个 Dialog 独立管理 webview 拖拽覆盖层状态,互不干扰
- 无 webview 的 borderless Dialog(如 hud_clock)支持 Shift+拖拽 + 提示覆盖层
- clickthrough Dialog 按住 Shift 时可拖动(临时取消穿透)
- Shift+hover 时鼠标指针统一为手型
- 新增
sys.get_self_conf()/sys.set_self_conf()API,脚本可读写自身配置项 - 消除 Dialog 内容刷新时的闪烁
Documentation
- 更新 LUA_API.md / LUA_API_EN.md:新增 dialog 控制函数、animation 模块、sys.set_bar_text/lua 文档
Full Changelog: v1.6.2...v1.6.3