mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
chore(route/jandan): import ofetch from utils
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Route, DataItem } from '@/types';
|
||||
import cache from '@/utils/cache';
|
||||
import { ofetch } from 'ofetch';
|
||||
import ofetch from '@/utils/ofetch';
|
||||
import { load } from 'cheerio';
|
||||
import parser from '@/utils/rss-parser';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { DataItem } from '@/types';
|
||||
import { ofetch } from 'ofetch';
|
||||
import ofetch from '@/utils/ofetch';
|
||||
import { load } from 'cheerio';
|
||||
import { parseDate } from '@/utils/parse-date';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user