新增电竞手册独立绑定流程

This commit is contained in:
yml2213
2026-07-28 17:12:08 +08:00
parent 63962811f8
commit d7a8666fe4
13 changed files with 3725 additions and 145 deletions
+8
View File
@@ -196,6 +196,11 @@ export interface DouyuTaskAccountItem {
exchange_balance: number | null;
bind_status: string;
change_role_wait_time: number | null;
esports_points: number | null;
esports_game_name: string;
esports_game_channel: string;
esports_bind_status: string;
esports_change_role_wait_time: number | null;
assigned_to: number | null;
assigned_username: string | null;
}
@@ -208,6 +213,9 @@ export interface DouyuConfig {
legacy_act_alias: string;
room_id: string;
elite_amount: number;
esports_manual_id: string;
esports_act_alias: string;
esports_amount: number;
gold_pay_type: number;
gift_id: string;
skin_id: string;