更新服务器信息为新的 IP 地址,调整相关文档和代码中的默认配置,确保部署和连接的一致性。同时,优化订单管理界面,增强商品信息的格式化逻辑,提升用户体验。

This commit is contained in:
2026-02-05 21:08:28 +08:00
parent 1a95aee112
commit 3ccf331e12
61 changed files with 11231 additions and 311 deletions

View File

@@ -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">