This commit is contained in:
arm64v8a 2023-07-10 15:38:35 +09:00
parent 7a9463030c
commit fcfb6571cb
4 changed files with 7 additions and 5 deletions

View File

@ -54,7 +54,7 @@ enum class PluginEntry(
data class DownloadSource(
val playStore: Boolean = true,
val fdroid: Boolean = true,
val downloadLink: String = "https://sagernet.org/download/"
val downloadLink: String = "https://matsuridayo.github.io/"
)
companion object {

View File

@ -96,7 +96,9 @@ func NewSingBoxInstance(config string) (b *BoxInstance, err error) {
}
// fuck your sing-box platformFormatter
instance.GetLogPlatformFormatter().DisableColors = true
pf := instance.GetLogPlatformFormatter()
pf.DisableColors = true
pf.DisableLineBreak = false
// selector
if proxy, ok := b.Router().Outbound("proxy"); ok {

View File

@ -8,7 +8,7 @@ import (
var outdated string
func GetBuildTime() int64 {
buildDate := 20230703
buildDate := 20230710
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
return buildTime.Unix()
}

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.1.5
VERSION_CODE=20
VERSION_NAME=1.1.6
VERSION_CODE=21