feat: 新增 历史上的今天

This commit is contained in:
imsyy
2024-06-13 14:09:16 +08:00
parent b8f7c1ad23
commit fa80a29772
37 changed files with 136 additions and 868 deletions

View File

@@ -1,7 +1,7 @@
import type { RouterData } from "../types.js";
import type { RouterType } from "../router.types.js";
import { get } from "../utils/getData.js";
import getTime from "../utils/getTime.js";
import { getTime } from "../utils/getTime.js";
export const handleRoute = async (_: undefined, noCache: boolean) => {
const { fromCache, data, updateTime } = await getList(noCache);