Files
RSSHub/lib/utils/render.ts
2024-01-21 11:55:18 +08:00

12 lines
250 B
TypeScript

import art from 'art-template';
import json from '@/views/json';
import rss3Ums from '@/views/rss3-ums';
// We may add more control over it later
export default {
art,
json, // This should be used by RSSHub middleware only.
rss3Ums,
};