upgrade the project
This commit is contained in:
@@ -33,10 +33,12 @@ export type TConfig = {
|
||||
};
|
||||
|
||||
Sponsor?: {
|
||||
Github?: boolean;
|
||||
WechatPayQRCodeContent?: `wxp://${string}`;
|
||||
AlipayLink?: `https://qr.alipay.com/${string}`;
|
||||
PaypalId?: string;
|
||||
PatreonId?: string;
|
||||
Crypto?: { Name: string; Address: string; Blockchain: string }[];
|
||||
};
|
||||
|
||||
YearStart: number;
|
||||
|
||||
@@ -10,4 +10,5 @@ export type TFrontmatter = {
|
||||
pin: boolean | null;
|
||||
noPrompt: boolean | null;
|
||||
allowShare: boolean | null;
|
||||
closed: boolean | null;
|
||||
};
|
||||
|
||||
@@ -5,6 +5,6 @@ export type TPostListItem = {
|
||||
frontMatter: TFrontmatter;
|
||||
};
|
||||
|
||||
export type TTagSubPostSet = {
|
||||
export type TPostsByTag = {
|
||||
[tagName: string]: TPostListItem[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user