style: auto format

This commit is contained in:
github-actions[bot] 2025-05-20 05:25:18 +00:00
parent 34b4618b4f
commit 0038c0cdb4
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
import { Route } from '@/types';
import ofetch from '@/utils/ofetch';
import {load} from 'cheerio';
import { load } from 'cheerio';
import cache from '@/utils/cache';
import { parseDate } from '@/utils/parse-date';
const url = 'https://bakamh.com';
const handler = async (ctx) => {