This commit is contained in:
2026-01-24 22:19:21 +08:00
parent 2cef2feb05
commit 4fddd57f7c
3 changed files with 28 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export interface SiteMeta {
lang?: string;
favicon?: string;
startTime?: string;
repo?: string;
}
export interface TypedOptions {