Bump PixivFE version to v2.7.1

This commit is contained in:
VnPower
2024-08-24 08:45:37 +07:00
parent 9963b6b24e
commit b415ff5e55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
}
+2 -2
View File
@@ -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 {