Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
Purezento 2024-03-05 17:53:55 +08:00 committed by GitHub
commit 17ceac0f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ declare global {
// google only // google only
GOOGLE_API_KEY?: string; GOOGLE_API_KEY?: string;
GOOGLE_URL?: string; GOOGLE_URL?: string;
// google tag manager
GTM_ID?: string;
} }
} }
} }