docs: add finance class
This commit is contained in:
parent
ab4d5039ad
commit
aea17b6ba5
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue