Refactor and add configuration and instructions for sponsor

This commit is contained in:
PrinOrange
2023-12-30 19:49:53 +08:00
parent 5019f1d968
commit c3e685c4d0
5 changed files with 61 additions and 19 deletions

View File

@@ -33,10 +33,10 @@ export type TConfig = {
};
Sponsor?: {
wechatPay?: string;
alipay?: string;
paypal?: string;
patreon?: string;
WechatPayQRCodeContent?: `wxp://${string}`;
AlipayLink?: `https://qr.alipay.com/${string}`;
PaypalId?: string;
PatreonId?: string;
};
YearStart: number;