mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
feat: use dynamical config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const got = require('@/utils/got');
|
||||
const config = require('@/config');
|
||||
const config = require('@/config').value;
|
||||
const md = require('markdown-it')({
|
||||
html: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user