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,14 @@
export const lang = {
//title为每个页面的标题
title: '编辑账户',
name: '姓名',
namePlaceholder: '请输入真实姓名',
mobilePhone: '手机号码',
mobilePhonePlaceholder: '请输入手机号',
accountType: '账号类型',
bankInfo: '支行信息',
bankInfoPlaceholder: '请输入支行信息',
withdrawalAccount: '提现账号',
withdrawalAccountPlaceholder: '请输入提现账号',
save: '保存'
}