diff --git a/config/config.go b/config/config.go index d480765..11770ec 100644 --- a/config/config.go +++ b/config/config.go @@ -130,7 +130,7 @@ func (s *ServerConfig) setStartingTime() { } func (s *ServerConfig) setVersion() { - s.Version = "v2.6" + s.Version = "v2.7.1" log.Printf("PixivFE %s\n", s.Version) } diff --git a/main_test.go b/main_test.go index 3cb770d..c5af432 100644 --- a/main_test.go +++ b/main_test.go @@ -49,8 +49,8 @@ func TestMain(m *testing.M) { } func getBaseURL() string { - // return "http://0.0.0.0:8282" - return "https://pixivfe.exozy.me" + return "http://0.0.0.0:8282" + // return "https://pixivfe.exozy.me" } func checkIfPageHasError(page playwright.Page) bool {