feat: support follow (#1040)
This commit is contained in:
parent
bd71551631
commit
c67b28ff54
|
|
@ -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",
|
||||
|
|
|
|||
9636
pnpm-lock.yaml
9636
pnpm-lock.yaml
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue