mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
12 lines
250 B
TypeScript
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,
|
|
};
|