Skip to content

Commit 7c3ba50

Browse files
committed
fix: RTSS OSD 槽位管理重构 + 进程权限降级 + 代码整理
- 修复 OSD 槽位 owner 偏移量读写不一致导致重复条目 - 新增 release_osd_slots() 零填释放 + dwBusy 同步 - rtss_set_osd 扫描全部槽位,清理重复,空文本释放 - rtss_stop_monitoring 立即释放 OSD 槽位 - OpenProcess 降级为 PROCESS_QUERY_LIMITED_INFORMATION - CJK 字体标签 <VF> 改为 <FR> (RTSS Extended OSD) - 提取 toggle_rtss_feature 消除 limiter/overlay 重复 - import 排序 + 分节注释补全 - metric-chip .active 样式增强
1 parent acbd86e commit 7c3ba50

8 files changed

Lines changed: 1414 additions & 559 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ src-tauri/WixTools/
1717
src-tauri/icons/*.png
1818
!src-tauri/icons/32x32.png
1919
!src-tauri/icons/128x128.png
20-
!src-tauri/icons/128x128@2x.png
20+
!src-tauri/icons/128x128@2x.png
21+
22+
# Installer 构建产物
23+
src-tauri/installer/staging/
24+
src-tauri/installer/dist/

0 commit comments

Comments
 (0)