From b415ff5e557356316697ad75fccb5253f99356b2 Mon Sep 17 00:00:00 2001 From: VnPower Date: Sat, 24 Aug 2024 08:45:37 +0700 Subject: [PATCH] Bump PixivFE version to v2.7.1 --- config/config.go | 2 +- main_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {