mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 14:42:18 +08:00
feat: geoip geosite mmdb setting
This commit is contained in:
parent
d9c8a39948
commit
fff0cc277d
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user