add comment

This commit is contained in:
2026-01-15 23:26:34 +09:00
parent 9980e596ca
commit 8c96899a98
16 changed files with 741 additions and 135 deletions

View File

@@ -26,6 +26,7 @@ export interface AppConfig {
collection: string
network: string
color?: string
siteUrl?: string
}
export type Networks = Record<string, NetworkConfig>