chore: add link for naive

This commit is contained in:
xchacha20-poly1305 2023-10-15 11:07:57 +08:00 committed by arm64v8a
parent a0dd4eabca
commit 8d7b0546de

View File

@ -17,7 +17,12 @@ enum class PluginEntry(
NaiveProxy( NaiveProxy(
"naive-plugin", "naive-plugin",
SagerNet.application.getString(R.string.action_naive), SagerNet.application.getString(R.string.action_naive),
"io.nekohasekai.sagernet.plugin.naive" "moe.matsuri.exe.naive",
DownloadSource(
playStore = false,
fdroid = false,
downloadLink = "https://github.com/MatsuriDayo/plugins/releases?q=naive"
)
), ),
Hysteria( Hysteria(
"hysteria-plugin", "hysteria-plugin",