Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mioter/uselesstool
基于资源字典的WPF主题控制/管理框架,目前以实现基本功能。(*^▽^*)
https://github.com/mioter/uselesstool
netcore theme-switcher themekit wpf
Last synced: about 22 hours ago
JSON representation
基于资源字典的WPF主题控制/管理框架,目前以实现基本功能。(*^▽^*)
- Host: GitHub
- URL: https://github.com/mioter/uselesstool
- Owner: Mioter
- Created: 2025-01-07T16:27:52.000Z (27 days ago)
- Default Branch: Mioter
- Last Pushed: 2025-01-22T18:14:55.000Z (12 days ago)
- Last Synced: 2025-01-22T19:19:52.749Z (12 days ago)
- Topics: netcore, theme-switcher, themekit, wpf
- Language: C#
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UselessTool
## 📘 说明
### 🎏 实现原理
受到[Dynamic Theme ](https://github.com/jamesnetgroup/dynamic-theme)项目的启发,基于此项目进行了扩展。
通过构建资源字典保存在本地的方式实现可增添/移除的主题管理。
基于此特性,~~所有资源字典中的类型受到支持~~,以达到在运行中动态的切换。### ✨ 效果展示
*没有展示,自己去看~*
### ⚠️ 注意
#### 开发时工具与对应版本
| 工具 | 版本 |
| ----------- | ----------- |
| .NET | 9 |
| C# | 13 |
| VS | 2022 |##
## 💖 感谢
### 🌱 参考或使用到的项目🔸 [Dynamic Theme ](https://github.com/jamesnetgroup/dynamic-theme)
🔸 [WPFUiBase](https://github.com/Gilfoylex/WPFUiBase)### 📚 使用的库
🔹 [EleCho.WpfSuite](https://github.com/OrgEleCho/EleCho.WpfSuite "感谢 SlimeNull")
🔹 [CalcBinding](https://github.com/che77a38/CalcBinding)
🔹 [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet)
🔹 [XamlBehaviorsWpf](https://github.com/Microsoft/XamlBehaviorsWpf)♥️ 感谢他们的付出!