refactor: refactor eiblog

This commit is contained in:
henry.chen
2025-07-16 19:45:50 +08:00
parent 0a410f09f3
commit 8fcabd5e15
67 changed files with 1282 additions and 1330 deletions

5
.gitignore vendored
View File

@@ -7,7 +7,6 @@
*.DS_Store
*.tar.gz
*.db
backend
# Test binary, built with `go test -c`
*.test
@@ -18,5 +17,7 @@ backend
# Dependency directories (remove the comment below to include it)
# vendor/
bin
assets/*.*
assets/*.xml
assets/*.txt
db.sqlite
cmd/*/backend