Skip to content

Commit

Permalink
Merge pull request #135 from ultiledger/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ult-zhiwei authored May 18, 2020
2 parents c066004 + f1c703a commit 8dbfc4a
Show file tree
Hide file tree
Showing 26 changed files with 1,017 additions and 175 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cordova plugin add cordova-plugin-file-transfer
cordova plugin add cordova-plugin-statusbar
cordova build android
```

cordova build android --release --buildConfig=build.json
# Utoken(首款支持Ripple,Stellar及其他主流区块链网络的移动钱包)

支持Ripple/Stellar/BTC/ETH等多链资产, 一套助记词,轻松管理
Expand Down
225 changes: 107 additions & 118 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"loki-cordova-fs-adapter": "^1.0.2",
"lokijs": "^1.5.8",
"ripple-address-codec": "^4.0.0",
"ripple-lib": "^1.4.1",
"ripple-lib": "^1.7.0",
"stellar-sdk": "^0.11.0",
"vant": "^1.6.28",
"vee-validate": "^2.2.15",
Expand Down
6 changes: 1 addition & 5 deletions src/core/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ const state = {
[AccountType.bitcoin]: [
{value: 'https://blockchain.info', type: 'public'},
{value: 'https://testnet.blockchain.info', type: 'test'}
],
// [AccountType.usdt]: [
// {value: 'https://blockchain.info', type: 'public'},
// {value: 'https://testnet.blockchain.info', type: 'test'}
// ]
]
},
setting: {
id: '1',
Expand Down
1 change: 1 addition & 0 deletions src/i18n/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"acctNotexist": "Wallet does not exist",
"delAcctTip": "After deleting the account, you can add it again",
"gatewaySetting": "Gateway Settings",
"acctdel": "Account Delete",
"domainPh": "Please input domain"
},
"history": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/lang/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@
"acctNotexist": "ウォレットは存在しません",
"delAcctTip": "アカウントを削除した後、再度追加することができます",
"gatewaySetting": "ゲートウェイ設定",
"acctdel": "アカウント削除",
"domainPh": "ドメインを入力してください"
},
"history": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/lang/ko-KO.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"acctNotexist": "지갑이 존재하지 않습니다.",
"delAcctTip": "계정을 삭제 한 후 다시 추가 할 수 있습니다.",
"gatewaySetting": "게이트웨이 설정",
"acctdel": "계정 삭제",
"domainPh": "도메인을 입력하십시오"
},
"history": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"acctNotexist": "该钱包不存在",
"delAcctTip": "删除该账户后,您可以重新添加",
"gatewaySetting": "网关设置",
"acctdel": "账户删除",
"domainPh": "请输入domain"
},
"history": {
Expand Down
Loading

0 comments on commit 8dbfc4a

Please sign in to comment.