diff --git a/src/css/popup.less b/src/css/popup.less index d46dc42..1867d02 100644 --- a/src/css/popup.less +++ b/src/css/popup.less @@ -207,6 +207,15 @@ body { background: #ff2300; } } + &.rss-submitto-feedspub { + color: #61af4b; + border: 1px solid #61af4b; + + &:hover { + color: #fff; + background: #61af4b; + } + } } } diff --git a/src/js/common/config.js b/src/js/common/config.js index b8537c0..caa6e5a 100644 --- a/src/js/common/config.js +++ b/src/js/common/config.js @@ -19,6 +19,7 @@ export const defaultConfig = { inoreader: false, feedbin: false, theoldreader: false, + feedspub: false, local: false, }, refreshTimeout: 5 * 60 * 60, diff --git a/src/js/options/views/Setting.vue b/src/js/options/views/Setting.vue index b1db15a..98815a0 100644 --- a/src/js/options/views/Setting.vue +++ b/src/js/options/views/Setting.vue @@ -62,6 +62,10 @@