mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Bump PixivFE version to v2.7.1
This commit is contained in:
+1
-1
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user