feat: support follow (#1040)

This commit is contained in:
Stephen Zhou
2024-08-12 11:59:09 +08:00
committed by GitHub
parent bd71551631
commit c67b28ff54
3 changed files with 5260 additions and 4385 deletions
+1
View File
@@ -4,6 +4,7 @@
"version": "2.0.19",
"description": "__MSG_extensionDescription__",
"author": "DIYgod",
"packageManager": "pnpm@9.7.0",
"scripts": {
"dev": "plasmo dev --no-cs-reload",
"build": "plasmo build",
+5251 -4385
View File
File diff suppressed because it is too large Load Diff
+8
View File
@@ -17,6 +17,14 @@ export const quickSubscriptions: ({
subscribeDomain: string
}
))[] = [
{
name: "Follow",
projectUrl: "https://github.com/RSSNext/follow",
key: "follow",
subscribeDomain: "follow://",
themeColor: "#ff5c00",
getSubscribePath: (data) => `add?url=${data.encodedUrl}`,
},
{
name: "Miniflux",
projectUrl: "https://miniflux.app",