更新服务器信息为新的 IP 地址,调整相关文档和代码中的默认配置,确保部署和连接的一致性。同时,优化订单管理界面,增强商品信息的格式化逻辑,提升用户体验。
This commit is contained in:
@@ -23,7 +23,6 @@ interface User {
|
||||
is_admin?: boolean | number
|
||||
has_full_book?: boolean | number
|
||||
referral_code: string
|
||||
referred_by?: string | null
|
||||
earnings: number | string
|
||||
pending_earnings: number | string
|
||||
withdrawn_earnings?: number | string
|
||||
@@ -635,9 +634,6 @@ function UsersContent() {
|
||||
<code className="text-[#38bdac] text-xs bg-[#38bdac]/10 px-2 py-0.5 rounded">
|
||||
{user.referral_code || '-'}
|
||||
</code>
|
||||
{user.referred_by && (
|
||||
<div className="text-xs text-gray-500">来自: {user.referred_by.slice(0, 8)}</div>
|
||||
)}
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell className="text-gray-400">
|
||||
|
||||
Reference in New Issue
Block a user