{{ toast.title }}

金银汇率计算器

当前汇率:1元 = {{ currentRate.goldRate }} 金

当前汇率:1元 = {{ currentRate.silverRate }} 银

实时计算示例

人民币价格
¥100
游戏内金币: 🪙 {{ Math.round(100 * (tempGoldRate || currentRate.goldRate)) }} 金
游戏内银币: 🥈 {{ (Math.round(100 * (tempSilverRate || currentRate.silverRate)) / 10000).toFixed(1) }} 万银

💡 说明:

• 修改汇率只影响页面显示

• 不会保存到数据库

• 刷新页面会恢复默认值

• 所有商品的金银价格会实时更新

{{ items.length }}
商品总数
{{ todayCount }}
今日更新
{{ categories.length }}
分类数量
{{ filteredItems.length }}
搜索结果
一级分类
二级分类
三级分类
{{ getItemIcon(item.category) }}

{{ getItemDisplayName(item) }}

¥{{ item.latestPrice || '---' }}
{{ item.category }} {{ item.lastUpdate || '暂无' }}
🪙{{ Math.round(item.latestPrice * currentRate.goldRate) }} 🥈{{ (Math.round(item.latestPrice * currentRate.silverRate) / 10000).toFixed(1) }}万
{{ getItemIcon(item.category) }}
{{ item.category }}

{{ getItemDisplayName(item) }}

¥{{ item.latestPrice || '---' }}
最新价格
🪙 {{ Math.round(item.latestPrice * currentRate.goldRate) }} 金 🥈 {{ (Math.round(item.latestPrice * currentRate.silverRate) / 10000).toFixed(1) }} 万银
{{ item.lastUpdate || '暂无数据' }}

未找到相关装备

试试其他关键词或分类

{{ getItemDisplayName(selectedItem) }}

{{ getItemIcon(selectedItem.category) }}
{{ selectedItem.category }}
¥{{ selectedItem.latestPrice || '---' }}
🪙 {{ Math.round(selectedItem.latestPrice * currentRate.goldRate) }} 金 🥈 {{ (Math.round(selectedItem.latestPrice * currentRate.silverRate) / 10000).toFixed(1) }} 万银

{{ selectedItem.description }}

价格走势图

💡 展示价格波动趋势(最近7条),鼠标悬停查看详情

最近价格记录

¥{{ record.price }}
{{ record.recordDate }}
🪙 {{ Math.round(record.price * currentRate.goldRate) }} 金 🥈 {{ (Math.round(record.price * currentRate.silverRate) / 10000).toFixed(1) }} 万银
{{ record.source }} {{ formatTime(record.createTime) }}

暂无价格记录