chore(route/jandan): import ofetch from utils

This commit is contained in:
pseudoyu
2025-04-17 11:49:24 +08:00
parent 53d6e9ab74
commit 365e641b47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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';