重构 page

This commit is contained in:
dragon
2025-11-10 17:33:08 +08:00
parent 851ae52733
commit a0e6bb668e
19 changed files with 348 additions and 925 deletions

View File

@@ -22,7 +22,7 @@ type SvcOpts func(options *pkg.ServerOptions)
func NewDefaultTestServer() *TestServer {
return NewTestServer("example.com", func(options *pkg.ServerOptions) {
options.MetaTTL = 0
options.CacheMetaTTL = 0
})
}