We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc9a01 commit baea981Copy full SHA for baea981
lib/routes/alwayscontrol/news.ts
@@ -1,9 +1,8 @@
1
import type { Route } from '@/types';
2
3
-import { load } from 'cheerio';
4
-
5
import cache from '@/utils/cache';
6
import got from '@/utils/got';
+import { load } from 'cheerio';
7
import { parseDate } from '@/utils/parse-date';
8
9
const baseUrl = 'https://www.alwayscontrol.com.cn';
0 commit comments