Add patreon entrance for sponsor

This commit is contained in:
PrinOrange
2023-12-30 18:32:14 +08:00
parent d1d8bf5cbd
commit fb62b03535
3 changed files with 37 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ export type TConfig = {
wechatPay?: string;
alipay?: string;
paypal?: string;
patreon?: string;
};
YearStart: number;