初始提交

Win11 动态壁纸引擎:WebView2 + systray + 和风天气
- WebGL 极光背景动画
- 实时天气(24h/7d预报)
- 星座运势(托盘切换)
- 暂停/继续控制
- 单实例互斥锁防双开
- vendor systray 修复 ClickedCh 静默丢弃
This commit is contained in:
2026-05-25 19:03:21 +08:00
commit 196d59269d
11 changed files with 2031 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Binaries
*.exe
*.exe~
# Logs
*.log
# IDE
.idea/
.vscode/
*.swp
# OS
Thumbs.db
Desktop.ini
# Config (user-specific)
config/
# Vendor (go mod vendor)
vendor/
# Build
u-desktop