[fix] format the code

This commit is contained in:
PrinOrange
2024-08-14 11:24:25 +08:00
parent 805c41d3a4
commit dde932728a
5 changed files with 31 additions and 10 deletions

View File

@@ -41,6 +41,6 @@ export type TConfig = {
Crypto?: { Name: string; Address: string; Blockchain: string }[];
};
YearStart: number;
YearStart: string;
AuthorName: string;
};