feat: geoip geosite mmdb setting

This commit is contained in:
metacubex 2022-12-08 18:32:30 +08:00
parent d9c8a39948
commit fff0cc277d
2 changed files with 4 additions and 5 deletions

View File

@ -198,7 +198,7 @@ class MetaFeatureSettingsDesign(
)
sniffer.listener?.onChanged()
/*
category(R.string.geox_url_setting)
val geoxurlDependencies: MutableList<Preference> = mutableListOf()
@ -229,7 +229,6 @@ class MetaFeatureSettingsDesign(
empty = R.string.geosite_url,
configure = geoxurlDependencies::add,
)
*/
}
binding.content.addView(screen.root)

View File

@ -295,7 +295,7 @@
<string name="geox_geoip">GeoIp Url</string>
<string name="geox_mmdb">MMDB Url</string>
<string name="geox_geosite">Geosite Url</string>
<string name="geoip_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat</string>
<string name="mmdb_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb</string>
<string name="geosite_url" translatable="false">https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat</string>
<string name="geoip_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat</string>
<string name="mmdb_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb</string>
<string name="geosite_url" translatable="false">https://ghproxy.com/raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat</string>
</resources>