mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Static generate gists code
This commit is contained in:
@ -47,6 +47,7 @@ export interface GistsFile {
|
||||
language: GistsLanguage | null;
|
||||
raw_url: string;
|
||||
size: number;
|
||||
content: string;
|
||||
}
|
||||
export enum GistsLanguage {
|
||||
JavaScript = 'JavaScript',
|
||||
|
Reference in New Issue
Block a user