{{ lastUpdate }} 更新 · {{ countdown }}s
| # | 账户 | 消耗 | 展示 | 点击 | 转化 | 转化成本 | 余额 | 预估耗尽 |
|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | {{ account.name }} | {{ formatMoney(account.todayCost) }} | {{ (account.todayShow || 0).toLocaleString() }} | {{ (account.todayClick || 0).toLocaleString() }} | {{ account.todayConvert || 0 }} | {{ account.todayConvert > 0 ? formatMoney(account.todayCost / account.todayConvert) : '-' }} | {{ formatMoney(account.balance) }} {{ getHoursLeft(account) < 1 ? '即将耗尽' : '≈' + Math.round(getHoursLeft(account)) + 'h' }} | {{ getHoursLeft(account) < 1 ? '< 1h' : Math.round(getHoursLeft(account)) + 'h' }} {{ Math.round(getHoursLeft(account) / 24) }}天 {{ Math.round(getHoursLeft(account) / 24) }}天 - |
| 暂无消耗数据 | ||||||||