mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-23 06:01:30 +08:00
- lazy load - rate limit per path - init .debug.json support - docs - maintainer - radar
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
const art = require('art-template');
|
|
|
|
// We may add more control over it later
|
|
|
|
module.exports = {
|
|
art,
|
|
};
|