mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
update box
This commit is contained in:
parent
f35ca31360
commit
2349b381f4
@ -1,5 +1,5 @@
|
|||||||
if [ ! -z $ENV_NB4A ]; then
|
if [ ! -z $ENV_NB4A ]; then
|
||||||
export COMMIT_SING_BOX_EXTRA="e7c37b1587c38841f4eb687249a43dab421d8eff"
|
export COMMIT_SING_BOX_EXTRA="c61e8ae9d227a918e85fcd22fb36d89a0ad9a661"
|
||||||
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 := 20230527
|
buildDate := 20230528
|
||||||
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
||||||
return buildTime.Unix()
|
return buildTime.Unix()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user