Files
Shigure/.gitignore
waynebian01 51398f91f9 Refactor MainForm layout and improve SpellIconCatalog functionality
- Increased RowCount in MainForm's layout to accommodate additional elements.
- Adjusted margins for various cards in MainForm to enhance spacing.
- Removed unnecessary column span setting for spellIconPackageCard in MainForm.
- Introduced a new dictionary to map spell IDs to names in SpellIconCatalog.
- Added functionality to promote pending packages in SpellIconCatalog.
- Modified the Register method in SpellIconCatalog to allow overwriting spell names.
- Implemented ResolveSuggestionName and GetRegisteredSpellNamesSnapshot methods in SpellIconCatalog.
- Removed the SpellSuggestionPopup class as it is no longer needed.
- Updated build script to ignore the SpellIconPackage directory during the build process.
2026-08-29 15:03:08 +08:00

36 lines
435 B
Plaintext

# Build output
bin/
obj/
artifacts/
# Local application/cache data
cache/
# Visual Studio / VS Code user state
.vs/
.vscode/
*.user
*.suo
*.userosscache
*.sln.docstates
# Local assistant/tooling state
.claude/
# Local notes
提示词帮助.md
# 本地模块(不上传)
module/
# 说明文档
docs/
__pycache__/
/.prompt
/.mean
/.plan
outputs/
# Local spell icon package sources, tools, and generated data
/SpellIconPackage/