feat: submitto defaultConfig

This commit is contained in:
DIYgod 2024-10-13 15:36:42 +08:00
parent 474ca97424
commit 351c116201
No known key found for this signature in database
2 changed files with 11 additions and 10 deletions

View File

@ -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,
}

View File

@ -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",