Static generate gists code

This commit is contained in:
Defectink
2022-04-29 09:44:59 +08:00
parent cedc921035
commit 32e0f1c953
5 changed files with 65 additions and 56 deletions

View File

@ -47,6 +47,7 @@ export interface GistsFile {
language: GistsLanguage | null;
raw_url: string;
size: number;
content: string;
}
export enum GistsLanguage {
JavaScript = 'JavaScript',