feat: 添加导航链接列表更新日期显示

This commit is contained in:
2024-09-01 17:39:11 +08:00
parent dbd6e4bd6b
commit 7c84abdd64
3 changed files with 10 additions and 1 deletions

5
types/web.d.ts vendored
View File

@@ -36,7 +36,10 @@ declare global {
// window
interface Window {
/** 导航链接列表 */
/** 导航链接列表更新日期 */
NAV_LINK_DATE: string;
/** 导航链接列表数据 */
NAV_LINK_LIST: NavLinkItem[];
}