mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
feat(core): first attempt to init script standard (#8224)
- lazy load - rate limit per path - init .debug.json support - docs - maintainer - radar
This commit is contained in:
7
lib/utils/render.js
Normal file
7
lib/utils/render.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const art = require('art-template');
|
||||
|
||||
// We may add more control over it later
|
||||
|
||||
module.exports = {
|
||||
art,
|
||||
};
|
||||
Reference in New Issue
Block a user