优化斗鱼充值日志与配置
This commit is contained in:
@@ -2227,7 +2227,7 @@ export default function DouyuTasksPage({ handbook }: { handbook: HandbookKind })
|
||||
<>
|
||||
{[
|
||||
{ label: '供应商商品 ID', key: 'gold_api_product_id' },
|
||||
{ label: '充值账号模板名', key: 'gold_api_account_template_name' },
|
||||
{ label: '充值账号模板名(值为斗鱼昵称)', key: 'gold_api_account_template_name' },
|
||||
].map(({ label, key }) => (
|
||||
<Space key={key} style={{ width: '100%', justifyContent: 'space-between' }}>
|
||||
<Text>{label}</Text>
|
||||
|
||||
Reference in New Issue
Block a user