feat: submitto defaultConfig
This commit is contained in:
parent
474ca97424
commit
351c116201
|
|
@ -33,7 +33,8 @@ export const defaultConfig = {
|
|||
qireaderDomain: "https://www.qireader.com",
|
||||
feedspub: false,
|
||||
bazqux: false,
|
||||
local: true,
|
||||
local: false,
|
||||
follow: true,
|
||||
},
|
||||
refreshTimeout: 2 * 60 * 60,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,20 +19,12 @@ export const quickSubscriptions: ({
|
|||
))[] = [
|
||||
{
|
||||
name: "Follow",
|
||||
projectUrl: "https://github.com/RSSNext/follow",
|
||||
projectUrl: "https://follow.is",
|
||||
key: "follow",
|
||||
subscribeDomain: "follow://",
|
||||
themeColor: "#ff5c00",
|
||||
getSubscribePath: (data) => `add?url=${data.encodedUrl}`,
|
||||
},
|
||||
{
|
||||
name: "Miniflux",
|
||||
projectUrl: "https://miniflux.app",
|
||||
key: "miniflux",
|
||||
subscribeDomainKey: "minifluxDomain",
|
||||
themeColor: "#33995b",
|
||||
getSubscribePath: (data) => `/bookmarklet?uri=${data.encodedUrl}`,
|
||||
},
|
||||
{
|
||||
name: "Inoreader",
|
||||
projectUrl: "https://www.inoreader.com/",
|
||||
|
|
@ -41,6 +33,14 @@ export const quickSubscriptions: ({
|
|||
themeColor: "#0099eb",
|
||||
getSubscribePath: (data) => `/?add_feed=${data.encodedUrl}`,
|
||||
},
|
||||
{
|
||||
name: "Miniflux",
|
||||
projectUrl: "https://miniflux.app",
|
||||
key: "miniflux",
|
||||
subscribeDomainKey: "minifluxDomain",
|
||||
themeColor: "#33995b",
|
||||
getSubscribePath: (data) => `/bookmarklet?uri=${data.encodedUrl}`,
|
||||
},
|
||||
{
|
||||
name: "Feedly",
|
||||
projectUrl: "https://feedly.com",
|
||||
|
|
|
|||
Loading…
Reference in New Issue