mirror of
https://github.com/waynebian01/Fuyutsui.git
synced 2026-05-06 13:20:37 +08:00
feat: Update Fuyutsui.toc to include core.lua refactor: Refactor GetPixels.py to merge scanning functions and optimize performance fix: Update paladin_logic.py to correct finisher mode logic and variable names feat: Add AOE开关 and 爆发开关 to config.yml for enhanced configuration options fix: Update paladin.yml to remove invalid skill mapping chore: Update logic_gui.py to improve key handling and debounce logic fix: Update Paladin.lua to include new block mappings for 爆发开关 and AOE开关 refactor: Simplify Priest.lua by removing unused variable chore: Update block.lua to comment out success message for clearing bars chore: Remove unused functions from config.lua to clean up code fix: Update LibRangeCheck-3.0.lua to increment MINOR_VERSION and improve event handling fix: Update main.lua to correct casting and channeling duration evaluations feat: Add core.lua for in-game command handling and mode switching functionality
21 lines
307 B
Plaintext
21 lines
307 B
Plaintext
# 忽略备份文件
|
|
*.bak
|
|
*.old
|
|
*.tmp
|
|
|
|
# 忽略 VS Code 的本地配置
|
|
.vscode/
|
|
.claude/
|
|
|
|
|
|
# 忽略 Python 的缓存文件
|
|
Fuyutsui/__pycache__/
|
|
*.pyc
|
|
|
|
# 忽略 macOS 或 Windows 的系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 如果你的插件包含私密测试数据,可以忽略特定文件夹
|
|
# /Test/
|
|
test/ |