mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
16 lines
327 B
Go
16 lines
327 B
Go
package libcore
|
|
|
|
const (
|
|
geoipDat = "geoip.db"
|
|
geositeDat = "geosite.db"
|
|
geoipVersion = "geoip.version.txt"
|
|
geositeVersion = "geosite.version.txt"
|
|
|
|
yacdDstFolder = "yacd"
|
|
yacdVersion = "yacd.version.txt"
|
|
)
|
|
|
|
var apkAssetPrefixSingBox = "sing-box/"
|
|
var internalAssetsPath string
|
|
var externalAssetsPath string
|