mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-29 02:09:44 +08:00
feat: support follow (#1040)
This commit is contained in:
@@ -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",
|
||||
|
||||
Generated
+5251
-4385
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user