chore: import original project baseline

Import the pre-repair source tree as the history baseline.
Runtime data (data/), virtualenvs, bytecode caches and logs are
gitignored so local secrets and user state stay out of the repo.
This commit is contained in:
2026-09-17 16:40:01 +08:00
commit a7412824e0
124 changed files with 26747 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
系统级工具集合 (system_tools)
- screen_capture: 屏幕截图覆盖层
- global_hotkey: 全局热键监听线程
- file_reader: 文本/代码文件读取(编码探测 + 二进制探测)
"""