antfu-collective/sponsorkit

feat: add custom hooks to add sponsors

Simon-He95 opened this issue · 1 comments

Clear and concise description of the problem

For those who have not opened a sponsor but have received sponsorship from WeChat or other methods, I hope to have a custom hook that can pass in the user's github name and a sponsorship time, and then merge it into all sponsors.

Suggested solution

{
 customSponsors:[
  {
    username:'username',
    sponsortime:'now',
    ...
  }
 ]
}

Alternative

No response

Additional context

No response

Validations

I find customComposer that can meet my needs