基本功能实现

This commit is contained in:
2026-01-26 21:53:34 +08:00
commit c6e5e655f9
28 changed files with 4803 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@@ -0,0 +1,55 @@
# =========================
# Go .gitignore (lean)
# =========================
# Binaries and build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.a
*.o
*.out
*.test
# Build outputs
/bin/
/dist/
/build/
/out/
# Go workspace files
/go.work
/go.work.sum
# Coverage
coverage.out
cover.out
*.coverprofile
# Vendor (enable if you do not commit vendor/)
# /vendor/
# IDE / editor
.idea/
.vscode/
*.code-workspace
*.iml
# OS
.DS_Store
Thumbs.db
desktop.ini
# Vim / Emacs
*~
\#*\#
.\#*
# Data
/data/
/picture/
/config.yaml
/bing_daily_image.db
/req.txt
/BingDailyImage