mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
docs: add finance class
This commit is contained in:
@@ -129,6 +129,7 @@ module.exports = {
|
||||
'reading',
|
||||
'government',
|
||||
'study',
|
||||
'finance',
|
||||
'other',
|
||||
],
|
||||
},
|
||||
@@ -191,6 +192,7 @@ module.exports = {
|
||||
'reading',
|
||||
'government',
|
||||
'study',
|
||||
'finance',
|
||||
'other',
|
||||
],
|
||||
},
|
||||
|
||||
@@ -23,6 +23,7 @@ module.exports = async (ctx) => {
|
||||
'reading',
|
||||
'government',
|
||||
'study',
|
||||
'finance',
|
||||
'other',
|
||||
];
|
||||
const all = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user