This commit is contained in:
syuilo 2019-02-24 12:58:45 +09:00
parent 9b79a411e0
commit d838ef5b76
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default define({
name: 'rss',
props: () => ({
compact: false,
url: 'http://news.yahoo.co.jp/pickup/rss.xml'
url: 'http://feeds.afpbb.com/rss/afpbb/afpbbnews'
})
}).extend({
i18n: i18n(),
@ -78,6 +78,9 @@ export default define({
padding 4px 0
color var(--text)
border-bottom dashed var(--lineWidth) var(--faceDivider)
white-space nowrap
text-overflow ellipsis
overflow hidden
&:last-child
border-bottom none