This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '账户列表',
name: '姓名',
accountType: '账号类型',
mobilePhone: '手机号码',
withdrawalAccount: '提现账号',
bankInfo: '支行信息',
newAddAccount: '新增账户',
del: '删除',
update: "修改",
emptyText:"当前暂无账户"
}