From 14ddaa7fdc467593fe936c6599f58b50526e0ab9 Mon Sep 17 00:00:00 2001 From: lifesign Date: Tue, 8 Feb 2022 22:04:02 +0800 Subject: [PATCH] fix: remove appcast.xml & fix update --- appcast.xml | 9 --------- config.json | 5 +++-- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 appcast.xml diff --git a/appcast.xml b/appcast.xml deleted file mode 100644 index 23a3d7a..0000000 --- a/appcast.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - diff --git a/config.json b/config.json index b6bfe29..34e8109 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,13 @@ { "name": "少数派", - "version": "1.4.0", + "version": "1.4.1", + "configURL": "https://raw.githubusercontent.com/FriendsOfHere/sspai/master/config.json", + "downloadURL": "https://github.com/FriendsOfHere/sspai/releases/latest/download/SSPai.hereplugin", "description": "展示少数派最新文章", "identifier": "foh.sspai", "createdBy": "Lifesign", "icon": "icon.png", "website": "https://github.com/FriendsOfHere/sspai", - "appcast": "https://raw.githubusercontent.com/FriendsOfHere/sspai/master/appcast.xml", "script": "index.js", "defaultCategory": "News", "queryKeywords": ["sspai", "pai"],