🔒 私密离线账本

{{ hasWallet ? '请输入安全 PIN 码解密账本' : '首次使用:请设置安全 PIN 码创建账本' }}

已有冷备份 JSON?可在此恢复:

我的财务账本

AES-GCM-256 本地硬加密保密中
净资产
¥{{ netAssets.toFixed(2) }}
总资产
¥{{ totalAssets.toFixed(2) }}
总负债
¥{{ totalLiabilities.toFixed(2) }}

核对账户实际当前余额/欠款,系统将自动生成差额平账记录。

支持包含 RFC 4180 双引号转义的微信/支付宝标准格式 CSV,内置哈希去重。

交易记录 ({{ transactions.length }} 笔)
{{ getCategoryName(t.categoryId) }} - {{ getAccountName(t.accountId) }}
{{ t.date }} {{ t.note ? ' | ' + t.note : '' }}
{{ t.type === 'income' ? '+' : '-' }}¥{{ Number(t.amount).toFixed(2) }}