mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🐛 修复获取下个生日数据错误
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user