🐛 修复获取下个生日数据错误

This commit is contained in:
目棃
2024-04-04 01:04:07 +08:00
parent e5b30af48f
commit 983be395fa
4 changed files with 69 additions and 16 deletions

View File

@@ -1,12 +1,12 @@
/**
* @file router/modules/archive.ts
* @description 存档路由模块
* @since Beta v0.4.4
* @since Beta v0.4.5
*/
const archiveRoutes = [
{
path: "/archive/birthday",
path: "/archive/birthday/:date?",
name: "留影叙佳期",
component: async () => await import("../../pages/Archive/Birthday.vue"),
},