From 71b9485df175c7d7d94363600056d41722c603c1 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Mon, 13 Apr 2020 14:25:10 +0800 Subject: [PATCH] Add pud remote config --- src/views/Subconverter.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index 46b340d..df705b2 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -299,6 +299,11 @@ export default { label: "贼船", value: "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/zeichuan.ini" + }, + { + label: "布丁", + value: + "https://raw.githubusercontent.com/CareyWang/Rules/master/RemoteConfig/customized/pud.ini" } ] },