mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-28 17:45:13 +08:00
Add CommaFeed subscription configuration (#1161)
This commit is contained in:
@@ -123,6 +123,15 @@ export const quickSubscriptions: ({
|
||||
getSubscribePath: (data) =>
|
||||
`/index.html#/check/add?title=${encodeURIComponent(data.title)}&url=${data.encodedUrl}&type=rss&icon=${encodeURIComponent(data.image)}`,
|
||||
},
|
||||
{
|
||||
name: "CommaFeed",
|
||||
projectUrl: "https://commafeed.com",
|
||||
key: "commafeed",
|
||||
subscribeDomain: "https://commafeed.com",
|
||||
themeColor: "#ffa94d",
|
||||
getSubscribePath: (data) =>
|
||||
`/rest/feed/subscribe?url=${data.encodedUrl}`,
|
||||
},
|
||||
{
|
||||
name: "localReader",
|
||||
key: "local",
|
||||
|
||||
Reference in New Issue
Block a user