time chart int

This commit is contained in:
2025-04-08 07:46:20 +08:00
parent 4e7266240d
commit 6940d60510
8 changed files with 541 additions and 39 deletions

View File

@@ -17,6 +17,7 @@ interface ProjectData {
// 定义 ShortUrl 数据类型
export interface ShortUrlData {
id: string;
externalId: string;
slug: string;
originalUrl: string;
title?: string;