Merge branch 'Wei-Shaw:main' into vertex

This commit is contained in:
Oliver Li
2026-04-26 08:39:41 -04:00
committed by GitHub
47 changed files with 1330 additions and 138 deletions

View File

@@ -130,6 +130,7 @@ export interface AffiliateInvitee {
email: string
username: string
created_at?: string
total_rebate: number
}
export interface UserAffiliateDetail {
@@ -138,6 +139,7 @@ export interface UserAffiliateDetail {
inviter_id?: number | null
aff_count: number
aff_quota: number
aff_frozen_quota: number
aff_history_quota: number
/** 当前用户作为邀请人时实际生效的返利比例专属覆盖全局。0-100。 */
effective_rebate_rate_percent: number