feat(pages): add page theme configuration and static files

This commit is contained in:
WJQSERVER 2025-02-18 10:19:11 +08:00
parent 785a74dfeb
commit 8336896979
13 changed files with 477 additions and 25 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/BurntSushi/toml v1.4.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.3.0
github.com/gin-gonic/gin v1.10.0
github.com/satomitouka/touka-httpc v0.1.0
github.com/satomitouka/touka-httpc v0.2.0
golang.org/x/net v0.35.0
golang.org/x/time v0.10.0
)