mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
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,
|
|
};
|