mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-02 22:39:01 +08:00
- 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.
36 lines
435 B
Plaintext
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/
|