mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
1.1.4
This commit is contained in:
parent
514f37c805
commit
e056056d2f
@ -1,5 +1,5 @@
|
|||||||
if [ ! -z $ENV_NB4A ]; then
|
if [ ! -z $ENV_NB4A ]; then
|
||||||
export COMMIT_SING_BOX_EXTRA="da009b57ce228c47db8c8b6c9c699aa6eaba2945"
|
export COMMIT_SING_BOX_EXTRA="66e9fa6b85443e5a9d62bcffa2efadc1c033e912"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
|
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
|
||||||
|
|||||||
@ -8,7 +8,7 @@ import (
|
|||||||
var outdated string
|
var outdated string
|
||||||
|
|
||||||
func GetBuildTime() int64 {
|
func GetBuildTime() int64 {
|
||||||
buildDate := 20230604
|
buildDate := 20230619
|
||||||
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
||||||
return buildTime.Unix()
|
return buildTime.Unix()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -59,7 +59,7 @@ func InitCore(process, cachePath, internalAssets, externalAssets string,
|
|||||||
maxLogSizeKb = 50
|
maxLogSizeKb = 50
|
||||||
}
|
}
|
||||||
neko_log.LogWriterDisable = !logEnable
|
neko_log.LogWriterDisable = !logEnable
|
||||||
// neko_log.NB4AGuiLogWriter = iif.(io.Writer)
|
neko_log.TruncateOnStart = isBgProcess
|
||||||
neko_log.SetupLog(int(maxLogSizeKb)*1024, filepath.Join(cachePath, "neko.log"))
|
neko_log.SetupLog(int(maxLogSizeKb)*1024, filepath.Join(cachePath, "neko.log"))
|
||||||
boxmain.DisableColor()
|
boxmain.DisableColor()
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
PACKAGE_NAME=moe.nb4a
|
PACKAGE_NAME=moe.nb4a
|
||||||
VERSION_NAME=1.1.3
|
VERSION_NAME=1.1.4
|
||||||
VERSION_CODE=18
|
VERSION_CODE=19
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user