Browse Source

代码

master
Dread 4 years ago
parent
commit
60b1293a0d
  1. 4
      manifest.json
  2. 2
      pages/menu/about/index.vue
  3. 2
      pages/menu/backUp/backUp5/index.vue
  4. 3
      pages/menu/collection/collectionDetail/index.vue
  5. 2
      pages/menu/sendToken/addAddress/index.vue
  6. 1
      pages/menu/sendToken/address/index.css
  7. 17
      pages/menu/setting/currency/index.vue
  8. 12
      pages/menu/setting/index.vue
  9. 6
      pages/menu/setting/lang/index.vue
  10. 22
      pages/menu/setting/nodeSetting/index.vue
  11. 2
      pages/menu/token/btc/index.vue
  12. 2
      pages/menu/wallet/index.vue
  13. 4
      pages/menu/wallet/mwallet/index.vue
  14. 10
      pages/menu/wallet/mwallet/manage/index.vue
  15. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  16. 2
      unpackage/cache/apk/apkurl
  17. 2
      unpackage/cache/apk/cmManifestCache.json
  18. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-hdpi.png
  19. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xhdpi.png
  20. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xxhdpi.png
  21. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xxxhdpi.png
  22. 4
      unpackage/cache/wgt/__UNI__1ECBEE1/app-config-service.js
  23. 18
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  24. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  25. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/manifest.json
  26. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/view.css
  27. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/view.umd.min.js
  28. 4
      unpackage/dist/build/app-plus/app-config-service.js
  29. 18
      unpackage/dist/build/app-plus/app-service.js
  30. 2
      unpackage/dist/build/app-plus/app-view.js
  31. 2
      unpackage/dist/build/app-plus/manifest.json
  32. 2
      unpackage/dist/build/app-plus/view.css
  33. 2
      unpackage/dist/build/app-plus/view.umd.min.js
  34. 1546
      unpackage/dist/dev/app-plus/app-service.js
  35. 24
      unpackage/dist/dev/app-plus/app-view.js
  36. 2
      unpackage/dist/dev/app-plus/manifest.json
  37. BIN
      unpackage/release/apk/__UNI__1ECBEE1__20211122155045.apk
  38. BIN
      unpackage/res/icons/1024x1024.png
  39. BIN
      unpackage/res/icons/120x120.png
  40. BIN
      unpackage/res/icons/144x144.png
  41. BIN
      unpackage/res/icons/152x152.png
  42. BIN
      unpackage/res/icons/167x167.png
  43. BIN
      unpackage/res/icons/180x180.png
  44. BIN
      unpackage/res/icons/192x192.png
  45. BIN
      unpackage/res/icons/20x20.png
  46. BIN
      unpackage/res/icons/29x29.png
  47. BIN
      unpackage/res/icons/40x40.png
  48. BIN
      unpackage/res/icons/58x58.png
  49. BIN
      unpackage/res/icons/60x60.png
  50. BIN
      unpackage/res/icons/72x72.png
  51. BIN
      unpackage/res/icons/76x76.png
  52. BIN
      unpackage/res/icons/80x80.png
  53. BIN
      unpackage/res/icons/87x87.png
  54. BIN
      unpackage/res/icons/96x96.png
  55. 9
      utils/WalletUtil.js
  56. 1
      utils/locales/en.js
  57. 65
      utils/locales/zh-F.js
  58. 47
      utils/locales/zh.js

4
manifest.json

@ -2,8 +2,8 @@
"name" : "BITCOOO",
"appid" : "__UNI__1ECBEE1",
"description" : "",
"versionName" : "1.0",
"versionCode" : "100",
"versionName" : "1.1",
"versionCode" : 110,
"transformPx" : false,
"networkTimeout" : {
"request" : 10000 //()

2
pages/menu/about/index.vue

@ -8,7 +8,7 @@
<view class="bot_con">
<view class="topcon">
<!-- <image src="../../../static/tongyonh/Group285.png" mode="aspectFit" class="img"></image> -->
<image src="../../../static/tongyonh/b_logo.png" mode="aspectFit" class="img"></image>
<image src="../../../static/tongyonh/Group285.png" mode="aspectFit" class="img"></image>
<image src="../../../static/tongyonh/textt.png" mode="aspectFit" class="img2"></image>
</view>
<view class="flex item">

2
pages/menu/backUp/backUp5/index.vue

@ -80,7 +80,7 @@
//
mnemonics2: [],
show2: false,
wordInfo: '689598ba433fe8cbd557b22369511a8ac37dceaae603e9a69af324fd3bed6816',
wordInfo: '',
walletInfo: {},
go: false,
name: '',

3
pages/menu/collection/collectionDetail/index.vue

@ -12,7 +12,8 @@
<view class="item" v-for="item,index in result" :key="index">
<view class="top">
<image :src="item.chainIconUrl" mode="aspectFit" class="img"></image>
<!-- <image :src="item.chainIconUrl" mode="aspectFit" class="img"></image> -->
<image :src="wallet.coinList[0].icon" mode="aspectFit" class="img"></image>
{{item.address}}
<image src="../../../../static/tongyonh/[email protected]" mode="aspectFit" class="img lfet"
@click="goDetail(index)"></image>

2
pages/menu/sendToken/addAddress/index.vue

@ -163,7 +163,7 @@
},
showSave() {
if (this.bigAddress != '' && this.name != '' && this.value != '') {
if (this.name != '' && this.value != '') {
this.save = true;
} else {
this.save = false;

1
pages/menu/sendToken/address/index.css

@ -52,6 +52,7 @@ padding-bottom: 150rpx;
.bigcon .text1{
font-size: 28rpx;
margin-top: 15rpx;
word-break: break-word;
}
.btncon .text{
font-size: 32rpx;

17
pages/menu/setting/currency/index.vue

@ -1,13 +1,10 @@
<template>
<view class="">
<navigation :showBack="true" :bgnum="true">
Currency
{{i18n.curr2}}
</navigation>
<view class="main">
<view class="main_con">
<u-radio-group v-model="currency" @change="radioGroupChange">
<view class="item flex" v-for="(item, index) in list" :key="index" @click="handove('en')">
<view class="text1">
@ -21,7 +18,7 @@
</u-radio-group>
<view class="select_btn" @click="confirmCurrency">
Select
{{i18n.langSelect}}
</view>
</view>
</view>
@ -68,16 +65,6 @@
})
},
handove(item) {
// if(item){
// }
this.$i18n.locale = item;
// #ifdef APP-PLUS
plus.storage.setItem('locale', item);
// #endif
// #ifdef H5
localStorage.setItem('locale', item);
// #endif
},
radioChange(e) {
// console.log(e);

12
pages/menu/setting/index.vue

@ -25,7 +25,7 @@
</view>
<view class="item flex" @click="goCurr()">
<view class="text1">
{{i18n.curr}}
{{i18n.curr2}}
</view>
<view class="">
<text class="text2">{{currency}}</text>
@ -33,7 +33,7 @@
</image>
</view>
</view>
<view class="item flex">
<view class="item flex" @click="goNodeSetting">
<view class="text1">
{{i18n.nodes}}
</view>
@ -92,6 +92,11 @@
};
},
methods: {
goNodeSetting(){
uni.navigateTo({
url:'nodeSetting/index'
})
},
back() {
uni.reLaunch({
url: '/pages/menu/profile/index'
@ -132,9 +137,8 @@
//
printCancel() {
this.show = false;
plus.fingerprint.cancel();
console.log(4545454545)
this.showFinger = false
plus.fingerprint.cancel();
},
fingerPass() {

6
pages/menu/setting/lang/index.vue

@ -81,15 +81,13 @@
this.$store.commit('setLanguage', 'zh-CN')
uni.setStorageSync("language", 'zh-CN')
uni.setStorageSync('langTrue', '简体中文')
} else {
} else if (this.langInfo.name == 'b'){
this._i18n.locale = 'zh-CNF'
this.$store.commit('setLanguage', 'zh-CNF')
uni.setStorageSync("language", 'zh-CNF')
uni.setStorageSync('langTrue', '繁體中文')
}
uni.reLaunch({
url: '/pages/menu/setting/index'
})
uni.navigateBack(2)
},
radioChange(e) {

22
pages/menu/setting/nodeSetting/index.vue

@ -1,15 +1,11 @@
<template>
<view class="">
<navigation :showBack="true" :bgnum="true">
Node settings
{{i18n.nodes}}
</navigation>
<view class="main">
<view class="main_con">
<view class="item flex" v-for="(item, index) in list" :key="index" @click="handove('en')">
<view class="item flex" v-for="(item, index) in list" :key="index" @click="handove()">
<view class="text1">
{{item.lang}}
</view>
@ -20,7 +16,7 @@
</view>
<view class="select_btn">
Select
{{i18n.langSelect}}
</view>
</view>
</view>
@ -59,16 +55,8 @@
methods: {
handove(item){
// if(item){
// }
this.$i18n.locale = item;
// #ifdef APP-PLUS
plus.storage.setItem('locale', item);
// #endif
// #ifdef H5
localStorage.setItem('locale', item);
// #endif
},
radioChange(e) {
// console.log(e);

2
pages/menu/token/btc/index.vue

@ -54,7 +54,7 @@
</u-tabs>
<u-empty :text="teee" mode="list" v-if="showInfo"></u-empty>
<scroll-view v-if="!showInfo":scroll-y="true" style="height: 880rpx;" @scrolltolower="scrollToPage" lower-threshold="50">
<scroll-view v-if="!showInfo":scroll-y="true" style="max-height: 880rpx;" @scrolltolower="scrollToPage" lower-threshold="50">
<view class="item1" v-for="(item,index) in trxs" @click="goDetail(item,index)">
<view class="lef_con">
<image src="../../../../static/tongyonh/arrow-up-left.png" mode="aspectFit" class="img1"

2
pages/menu/wallet/index.vue

@ -46,7 +46,7 @@
</image>
</view>
<!-- <view class="scroll"> -->
<scroll-view :scroll-y="true" style="height: 880rpx;" lower-threshold="50">
<scroll-view :scroll-y="true" style="max-height: 880rpx;" lower-threshold="50">
<view class="item flexx" @click="goTrans(item,index)" v-for="item,index in this.userObj.coinList">
<view class="left flex ">
<view class="img1">

4
pages/menu/wallet/mwallet/index.vue

@ -66,7 +66,9 @@
},
methods: {
back(){
uni.redirectTo({
// uni.navigateBack(2)
uni.reLaunch({
url:'../cwallet/index'
})
},

10
pages/menu/wallet/mwallet/manage/index.vue

@ -106,8 +106,11 @@
},
methods: {
back() {
uni.navigateTo({
url: '/pages/menu/wallet/mwallet/index'
// uni.navigateTo({
// url: '/pages/menu/wallet/mwallet/index'
// })
uni.navigateBack({
})
},
setName() {
@ -128,9 +131,10 @@
})
this.showAddress = false;
setTimeout(() => {
uni.navigateTo({
uni.reLaunch({
url: '../../mwallet/index'
})
}, 1500)
},

BIN
unpackage/cache/apk/__UNI__1ECBEE1_cm.apk

Binary file not shown.

2
unpackage/cache/apk/apkurl

@ -1 +1 @@
https://ide.dcloud.net.cn/build/download/79276500-4941-11ec-87e1-977182d8b605
https://ide.dcloud.net.cn/build/download/3b988a30-4b80-11ec-9d4b-29472ed858a4

2
unpackage/cache/apk/cmManifestCache.json

File diff suppressed because one or more lines are too long

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-hdpi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xhdpi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xxhdpi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/.manifest/icon-android-xxxhdpi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 35 KiB

4
unpackage/cache/wgt/__UNI__1ECBEE1/app-config-service.js

@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"networkTimeout":{"request":10000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index"};
var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"networkTimeout":{"request":10000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.15","entryPagePath":"pages/register/index"};
var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom","enablePullDownRefresh":true,"onReachBottomDistance":10}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

18
unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js

File diff suppressed because one or more lines are too long

2
unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js

File diff suppressed because one or more lines are too long

2
unpackage/cache/wgt/__UNI__1ECBEE1/manifest.json

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","proapp@2x":"unpackage/res/icons/167x167.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"com.bitcooo","password":"owEUXhIlikr8dyWwHO6U9A==","aliasname":"jack501","keystore":"google-keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"]},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.12","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html","adid":"127964190008"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.1","code":110},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","proapp@2x":"unpackage/res/icons/167x167.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"com.bitcooo","password":"owEUXhIlikr8dyWwHO6U9A==","aliasname":"jack501","keystore":"google-keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"]},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.15","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html","adid":"127964190008"}}

2
unpackage/cache/wgt/__UNI__1ECBEE1/view.css

File diff suppressed because one or more lines are too long

2
unpackage/cache/wgt/__UNI__1ECBEE1/view.umd.min.js

File diff suppressed because one or more lines are too long

4
unpackage/dist/build/app-plus/app-config-service.js

@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"networkTimeout":{"request":10000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index"};
var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"networkTimeout":{"request":10000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.15","entryPagePath":"pages/register/index"};
var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom","enablePullDownRefresh":true,"onReachBottomDistance":10}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

18
unpackage/dist/build/app-plus/app-service.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/app-view.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/manifest.json

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.12","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.1","code":110},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.15","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

2
unpackage/dist/build/app-plus/view.css

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/view.umd.min.js

File diff suppressed because one or more lines are too long

1546
unpackage/dist/dev/app-plus/app-service.js

File diff suppressed because one or more lines are too long

24
unpackage/dist/dev/app-plus/app-view.js

@ -3438,7 +3438,7 @@ var render = function() {
? _c(
"v-uni-scroll-view",
{
staticStyle: { height: "880rpx" },
staticStyle: { "max-height": "880rpx" },
attrs: {
"scroll-y": true,
"lower-threshold": "50",
@ -17056,7 +17056,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, ".hr{\r\n\theight: 100%;\n}\n.renYou2{\r\n\t\twidth: 16rpx;\r\n\t\theight: 24rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\n.renYou{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\n}\n.main{\r\npadding: 0 24rpx;\r\nmargin-top: 50rpx;\r\nheight: 100%;\r\nposition: relative;\r\npadding-bottom: 150rpx;\n}\n.main .item{\r\n\tbackground-color: #fff;\r\n\tpadding: 24rpx;\r\n\tbox-shadow: 0 10rpx 20rpx 10rpx #EDF0F3;\r\n\tborder-radius: 20rpx;\r\n\tmargin-bottom: 30rpx;\r\n\tposition: relative;\n}\n.main .itemcon{\n}\n.main .img1{\r\n\twidth: 30rpx;\r\n\theight: 30rpx;\n}\n.main .img2{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: relative;\r\n\tz-index: 100;\n}\n.big_item{\r\n\tposition: relative;\n}\n.bigcon .text1{\r\n\tfont-size: 28rpx;\r\n\tmargin-top: 15rpx;\n}\n.btncon .text{\r\n\tfont-size: 32rpx;\n}\n.bigcon .textimg{\n}\n.bigcon .textimg .img{\r\n\twidth: 60rpx;\r\n\theight: 60rpx;\n}\n.flexx{\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.bigcon .textt{\r\n\tfont-size: 32rpx;\r\n\tcolor: #0F1828;\r\n\tfont-weight: 500;\r\n\tmargin-left: 10rpx;\n}\n.bigcon .textt2{\r\n\tfont-size: 32rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-weight: 500;\r\n\tword-break: break-word;\r\n\tmargin-left: 26rpx;\n}\n.set_con{\r\n\tbackground-color: #fff;\r\n\twidth: 402rpx;\r\n\tborder-radius: 32rpx;\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tright: 0;\r\n\tz-index: 999;\r\n\tpadding: 0 20rpx;\r\n\tpadding-top: 30rpx;\n}\n.set_con .img1{\r\n\twidth: 36rpx;\r\n\theight: 36rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\r\n\ttop: 30rpx;\r\n\tz-index: 9999;\n}\n.set_con .itemm .img{\r\n\twidth: 36rpx;\r\n\tmargin-right: 20rpx;\r\n\theight: 36rpx;\n}\n.set_con .itemm{\r\n\tcolor: #47548C;\r\n\tfont-size: 32rpx;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\theight: 120rpx;\n}\n.set_con .itemm:last-child{\r\n\tborder-bottom: none;\n}\n.flexx{\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.red{\r\n\tcolor: #F16063 !important;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: 60rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tjustify-content: space-between;\r\n\tpadding: 0 48rpx;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\r\n\tcolor: #fff;\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.back{\r\n\t\twidth: 30rpx;\r\n\t\theight: 30rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\r\n", ""]);
exports.push([module.i, ".hr{\r\n\theight: 100%;\n}\n.renYou2{\r\n\t\twidth: 16rpx;\r\n\t\theight: 24rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\n.renYou{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\n}\n.main{\r\npadding: 0 24rpx;\r\nmargin-top: 50rpx;\r\nheight: 100%;\r\nposition: relative;\r\npadding-bottom: 150rpx;\n}\n.main .item{\r\n\tbackground-color: #fff;\r\n\tpadding: 24rpx;\r\n\tbox-shadow: 0 10rpx 20rpx 10rpx #EDF0F3;\r\n\tborder-radius: 20rpx;\r\n\tmargin-bottom: 30rpx;\r\n\tposition: relative;\n}\n.main .itemcon{\n}\n.main .img1{\r\n\twidth: 30rpx;\r\n\theight: 30rpx;\n}\n.main .img2{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: relative;\r\n\tz-index: 100;\n}\n.big_item{\r\n\tposition: relative;\n}\n.bigcon .text1{\r\n\tfont-size: 28rpx;\r\n\tmargin-top: 15rpx;\r\n\tword-break: break-word;\n}\n.btncon .text{\r\n\tfont-size: 32rpx;\n}\n.bigcon .textimg{\n}\n.bigcon .textimg .img{\r\n\twidth: 60rpx;\r\n\theight: 60rpx;\n}\n.flexx{\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.bigcon .textt{\r\n\tfont-size: 32rpx;\r\n\tcolor: #0F1828;\r\n\tfont-weight: 500;\r\n\tmargin-left: 10rpx;\n}\n.bigcon .textt2{\r\n\tfont-size: 32rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-weight: 500;\r\n\tword-break: break-word;\r\n\tmargin-left: 26rpx;\n}\n.set_con{\r\n\tbackground-color: #fff;\r\n\twidth: 402rpx;\r\n\tborder-radius: 32rpx;\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tright: 0;\r\n\tz-index: 999;\r\n\tpadding: 0 20rpx;\r\n\tpadding-top: 30rpx;\n}\n.set_con .img1{\r\n\twidth: 36rpx;\r\n\theight: 36rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\r\n\ttop: 30rpx;\r\n\tz-index: 9999;\n}\n.set_con .itemm .img{\r\n\twidth: 36rpx;\r\n\tmargin-right: 20rpx;\r\n\theight: 36rpx;\n}\n.set_con .itemm{\r\n\tcolor: #47548C;\r\n\tfont-size: 32rpx;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\theight: 120rpx;\n}\n.set_con .itemm:last-child{\r\n\tborder-bottom: none;\n}\n.flexx{\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.red{\r\n\tcolor: #F16063 !important;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: 60rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tjustify-content: space-between;\r\n\tpadding: 0 48rpx;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\r\n\tcolor: #fff;\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.back{\r\n\t\twidth: 30rpx;\r\n\t\theight: 30rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\r\n", ""]);
// Exports
module.exports = exports;
@ -18553,7 +18553,15 @@ var render = function() {
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
{
staticClass: _vm._$g(18, "sc"),
attrs: { _i: 18 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[
_c(
"v-uni-view",
@ -22091,7 +22099,7 @@ var render = function() {
_c(
"v-uni-scroll-view",
{
staticStyle: { height: "880rpx" },
staticStyle: { "max-height": "880rpx" },
attrs: { "scroll-y": true, "lower-threshold": "50", _i: 21 }
},
_vm._l(_vm._$g(22, "f"), function(item, index, $20, $30) {
@ -24370,7 +24378,7 @@ var render = function() {
"v-uni-view",
{ attrs: { _i: 0 } },
[
_c("navigation", { attrs: { _i: 1 } }, [_vm._v("Node settings")]),
_c("navigation", { attrs: { _i: 1 } }, [_vm._v(_vm._$g(1, "t0-0"))]),
_c(
"v-uni-view",
{ staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } },
@ -24427,7 +24435,7 @@ var render = function() {
_c(
"v-uni-view",
{ staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } },
[_vm._v("Select")]
[_vm._v(_vm._$g(8, "t0-0"))]
)
],
2
@ -24694,7 +24702,7 @@ var render = function() {
"v-uni-view",
{ attrs: { _i: 0 } },
[
_c("navigation", { attrs: { _i: 1 } }, [_vm._v("Currency")]),
_c("navigation", { attrs: { _i: 1 } }, [_vm._v(_vm._$g(1, "t0-0"))]),
_c(
"v-uni-view",
{ staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } },
@ -24765,7 +24773,7 @@ var render = function() {
}
}
},
[_vm._v("Select")]
[_vm._v(_vm._$g(8, "t0-0"))]
)
],
1

2
unpackage/dist/dev/app-plus/manifest.json

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.15","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.1","code":110},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"FaceID":{},"Fingerprint":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"default","iosStyle":"default","android":{"hdpi":"","xhdpi":"","xxhdpi":""}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.15","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

BIN
unpackage/release/apk/__UNI__1ECBEE1__20211122155045.apk

Binary file not shown.

BIN
unpackage/res/icons/1024x1024.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 206 KiB

BIN
unpackage/res/icons/120x120.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
unpackage/res/icons/144x144.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
unpackage/res/icons/152x152.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
unpackage/res/icons/167x167.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 28 KiB

BIN
unpackage/res/icons/180x180.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
unpackage/res/icons/192x192.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 35 KiB

BIN
unpackage/res/icons/20x20.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
unpackage/res/icons/29x29.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 B

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
unpackage/res/icons/40x40.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
unpackage/res/icons/58x58.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
unpackage/res/icons/60x60.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
unpackage/res/icons/72x72.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
unpackage/res/icons/76x76.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
unpackage/res/icons/80x80.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
unpackage/res/icons/87x87.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
unpackage/res/icons/96x96.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

9
utils/WalletUtil.js

@ -88,10 +88,14 @@ let WalletUtil = {
updateWalletName: function(type, address, name) {
let walletInfo = uni.getStorageSync('walletInfo');
let walletList = walletInfo[type];
let wallet =uni.getStorageSync('wallet');
for (var k = 0, length = walletList.length; k < length; k++) {
if (walletList[k].address === address) {
walletList[k].name = name
uni.setStorageSync('wallet', walletList[k]);
if(wallet.address==walletList[k].address){
wallet.name=name
uni.setStorageSync('wallet',wallet);
}
break;
}
}
@ -160,6 +164,9 @@ let WalletUtil = {
wallet.password = password;
wallet.privateKey = walletdec.privateKey;
wallet.address = walletdec.address;
wallet.ellipsisAddress = wallet.address.substring(0, 6) + '...' + wallet.address.substring(
wallet.address.length - 6,
wallet.address.length);
walletInfo[type].push(wallet);
console.log(walletInfo, '当前私钥建的')
uni.setStorageSync('walletInfo', walletInfo);

1
utils/locales/en.js

@ -21,6 +21,7 @@ export default {
fingerPass: 'Fingerprint password',
lans: 'Language settings',
curr: 'Currency',
curr2: 'Currency',
nodes: 'Node settings',
// profile
protit: 'Profile',

65
utils/locales/zh-F.js

@ -25,14 +25,14 @@ export default {
nodes: '節點設定',
// profile
protit: '我的',
apps: '應用程序設定',
apps: '應用設置',
magew: '管理錢包',
addBook: '地址目錄',
addBook: '地址',
Settings: '設定',
helpcen: '幫助中心',
aboutus: '關於我們',
Hardware: '硬',
math: '配對硬體',
Hardware: '硬',
math: '配套硬件',
// wallet
Wallet: '錢包',
assets: '資產',
@ -47,19 +47,19 @@ export default {
// back/index
backupMneTit: '備份助記詞',
BackupTips: '備份提示',
Axioms: '公理是控制資產的唯一方法。',
retrieve: '您无法检索丢失的助记符,因此请务必对其进行备份!',
disclose: '不要向任何人透露你的記憶法。',
Axioms: '公理是控制資產的唯一途徑。',
retrieve: '您无法检索丢失的助記詞,因此请务必对其进行备份!',
disclose: '不要向任何人透露你的助記詞。',
startBack: '開始備份',
// backup2
pcopy: '請按正確的順序複製',
pcopy2: '助記詞',
booster: '宣傳語將用於錢包資產追回,請按正確順序複製宣傳語並保存在安全的地方,不得洩露給他人',
copied: '我已記住',
booster: '助記詞將用於錢包資產追回,請按正確順序複製助記詞並妥善保管,請勿洩露給他人',
copied: '我已经复制了',
// backup3
conMne: '確認你的錢包助記詞',
boosterword: '請點擊助記詞文字,以確保您的備用助推器文字正確無誤',
backCom: '備份助記已完成!',
boosterword: '請點擊助記詞文字,以確保您的備用助推器正確無誤',
backCom: '備份助記已完成!',
seed: '無效助記詞',
wrongWord: '你輸入了錯誤的單詞,',
wrongWord2: '請重試。',
@ -87,21 +87,21 @@ export default {
Manage: '管理',
Name: '名字',
Setname: '設定錢包名稱',
Backupprivatekey: '備份私密金鑰',
Backupprivatekey: '備份私鑰',
Newwalletname: '新的錢包名稱',
// transPawMan
keepyourmnemonics: '請保留你的記憶法。 任何獲得你的助記符的人都可以控制你的帳戶,包括轉移所有資金',
keepyourmnemonics: '請保留你的助記詞。 任何獲得你的助記詞的人都可以控制你的帳戶,包括轉移所有資金',
Incorrectpassword: '密碼不正確',
// keyout
keepyourprivatekey: '請保留您的私密金鑰。任何獲得您私密金鑰的人都可以控制您的帳戶,包括轉移所有資金',
keepyourprivatekey: '請保留您的私鑰。任何獲得您私鑰的人都可以控制您的帳戶,包括轉移所有資金',
// showkey
Showprivatekey: '顯示私密金鑰',
Showprivatekey: '顯示私鑰',
Showprivatekeytext: '文本',
ShowQRCode: '二維碼',
ShowCopy: '複製',
ScantheQR: '掃描二維碼至....',
CopyprivatekeySuccessful: '複製私密金鑰成功',
CopyprivatekeySuccessful: '複製私鑰成功',
Onemomentplease: '請稍等',
// market
TrandingPairs: '幣種',
@ -120,14 +120,14 @@ export default {
Trade: '貿易',
Yield: '產量',
Stake: '股份',
redirected: '您將被重定向到協力廠商dApp頁面,您對協力廠商dApp的使用將受該協力廠商dApp is使用者協定和隱私政策的約束,協力廠商dApp直接且完全對您負責。',
redirected: '您將被重定向到第三方 dApp 頁面,您對第三方 dApp 的使用將受該第三方 dApp 是用戶協議和隱私政策的約束,第三方 dApp 直接且全權對您負責。',
Disclaimers: '免責聲明',
// nftCollection
NFTcollection: 'NFT收藏品',
Contractaddress: '合約地址',
TokenID: '權杖ID',
TokenID: '令牌標識',
entercontractaddress: '請輸入契约地址',
entertokenID: '請輸入權杖ID',
entertokenID: '請輸入令牌標識',
Contracts: '契约',
ID: 'ID',
Collectiondetails: '收藏品詳情',
@ -139,19 +139,19 @@ export default {
Receive: '接收',
// sendToken index
Receivingaddress: '接收地址',
ReceivingaddressError: '接地址錯誤',
ScanQR: '掃描二維碼以轉移到資產',
ReceivingaddressError: '接地址錯誤',
ScanQR: '掃描二維碼轉賬至資產',
Copyaddress: '複製地址',
CopySuccessful: '複製地址成功!',
// transfer
Transfer: '轉帳',
AddressBook: '地址',
AddressBook: '地址',
Transferamount: '轉帳金額',
Balance: '餘額',
ALL: "所有",
Remark: '備註',
Transactionfee: '交易費',
Transferconfirmation: '轉帳確認',
Transferconfirmation: '轉帳確認',
Amount: '金額',
Sendaddress: '發送地址',
Fingerprintpassword: '指紋密碼',
@ -172,16 +172,16 @@ export default {
Hotassets: '熱門資產',
Addedsuccessfully: '添加成功',
// backup5
Importviaprivatekey: '通過私密金鑰導入',
Privatekeyimportverification: '私密金鑰導入驗證',
privatekeyanddo: '請輸入您的私密金鑰,不要將其洩露給其他人外部地址無法通過助記鍵恢復。 請妥善保管',
enteryourprivatekey: '請輸入您的私密金鑰',
Importviaprivatekey: '通過私鑰導入',
Privatekeyimportverification: '私鑰導入驗證',
privatekeyanddo: '請輸入您的私鑰,不要洩露給他人,外部地址無法通過助記詞恢復。請妥善保管',
enteryourprivatekey: '請輸入您的私鑰',
beempty: '不能為空',
beenimported: '錢包已經被導入',
MnemonicsError:'助記詞錯誤',
// backup4
Importmnemonics: '導入助記詞',
Mnemonicsimportverification: '助記輸入驗證',
Mnemonicsimportverification: '助記輸入驗證',
Language: '語言',
langfan: '繁體中文',
langjian: '簡體中文',
@ -197,11 +197,11 @@ export default {
Addressorname: '地址或名稱不能為空',
loading: '加載中',
closevalidation: '確認關閉驗證?',
Login: '登入',
Login: '驗證',
Transactiondetails: '交易詳情',
Confirmed: '確認交易',
Time: '時間',
TxFee: '發送費',
TxFee: '交易费用',
TransactionID: '交易ID',
others: '其他',
me: '我',
@ -215,13 +215,14 @@ export default {
separatedbyspaces: '輸入以空格分隔的助記單詞',
Notyetopen: '暫未開放',
Transfersucceeded: '餘額不足',
Transferfailedconfirm: '傳輸失敗,請確認資訊是否正確',
Transferfailedconfirm: '轉賬失敗,請確認信息是否正確',
yourcredit: '餘額不足',
addresserror: '地址錯誤',
offchain: '請輸入注釋(鏈外)',
TermsofServiceTxt:'本《服務協議》(“協議”或“服務協議”)包含管理您訪問和使用我們提供的網站和服務(定義如下)的條款和條件,並且是我們與您或您所代表的實體之間的協議。在使用本網站或服務之前,請仔細閱讀本《服務協議》。通過使用本網站,或單擊按鈕或複選框以接或同意本《服務協議》的服務條款(如有該選項),或者填寫服務訂單,或者,如果更早,使用或以其他方式訪問服務(“生效日期”),您(1)接並同意本《服務協議》以及我們不時發布的任何附加條款、規則和參與條件,以及(2)同意如我們的《隱私政策》中所述的收集、使用、披露和其他處理信息的活動。如果您不同意本《服務協議》,則您不得訪問或使用服務。',
TermsofServiceTxt:'本《服務協議》(“協議”或“服務協議”)包含管理您訪問和使用我們提供的網站和服務(定義如下)的條款和條件,並且是我們與您或您所代表的實體之間的協議。在使用本網站或服務之前,請仔細閱讀本《服務協議》。通過使用本網站,或單擊按鈕或複選框以接或同意本《服務協議》的服務條款(如有該選項),或者填寫服務訂單,或者,如果更早,使用或以其他方式訪問服務(“生效日期”),您(1)接並同意本《服務協議》以及我們不時發布的任何附加條款、規則和參與條件,以及(2)同意如我們的《隱私政策》中所述的收集、使用、披露和其他處理信息的活動。如果您不同意本《服務協議》,則您不得訪問或使用服務。',
updateTitle:'版本升級提示',
updateMsg:'發現新版本,是否更新?',
AgreementConfirmation:'我已經閱讀並且同意',
curr2: '貨幣單位',
}
}

47
utils/locales/zh.js

@ -25,14 +25,14 @@ export default {
nodes: '节点设置',
// profile
protit: '我的',
apps: '应用程序设置',
apps: '应用设置',
magew: '管理钱包',
addBook: '地址目录',
addBook: '地址',
Settings: '设置',
helpcen: '帮助中心',
aboutus: '关于我们',
Hardware: '硬件',
math: '配硬件',
math: '配硬件',
// wallet
Wallet: '钱包',
assets: '资产',
@ -47,19 +47,19 @@ export default {
// back/index
backupMneTit: '备份助记词',
BackupTips: '备份提示',
Axioms: '公理是控制资产的唯一方法。',
retrieve: '您无法检索丢失的助记,因此请务必对其进行备份!',
disclose: '不要向任何人透露你的记忆法。',
Axioms: '公理是控制资产的唯一途径。',
retrieve: '您无法检索丢失的助记,因此请务必对其进行备份!',
disclose: '不要向任何人透露你的助记词。',
startBack: '开始备份',
// backup2
pcopy: '请按正确的顺序复制',
pcopy2: '助记词',
booster: '宣传语将用于钱包资产追回,请按正确顺序复制宣传语并保存在安全的地方,不得泄露给他人',
copied: '我已记住',
booster: '助记词将用于钱包资产追回,请按正确顺序复制助记词并妥善保管,请勿泄露给他人',
copied: '我已经复制了',
// backup3
conMne: '确认你的钱包助记词',
boosterword: '请点击助记词文字,以确保您的备用助推器文字正确无误',
backCom: '备份助记已完成!',
boosterword: '请点击助记词文字,以确保您的备用助记词正确无误',
backCom: '备份助记已完成!',
seed: '无效助记词',
wrongWord: '你输入了错误的单词,',
wrongWord2: '请重试。',
@ -89,7 +89,7 @@ export default {
Backupprivatekey: '备份私钥',
Newwalletname: '新的钱包名称',
// transPawMan
keepyourmnemonics: '请保留你的记忆法。任何获得你的助记符的人都可以控制你的账户,包括转移所有资金',
keepyourmnemonics: '请保留你的助记词。任何获得你的助记词的人都可以控制你的账户,包括转移所有资金',
Incorrectpassword: '密码不正确',
// keyout
keepyourprivatekey: '请保留您的私钥。任何获得您私钥的人都可以控制您的帐户,包括转移所有资金',
@ -118,7 +118,7 @@ export default {
Trade: '贸易',
Yield: '产量',
Stake: '股份',
redirected: '您将被重定向到第三方dApp页面,您对第三方dApp的使用将受该第三方dApp is用户协议和隐私政策的约束,第三方dApp直接且完全对您负责。',
redirected: '您将被重定向到第三方 dApp 页面,您对第三方 dApp 的使用将受该第三方 dApp 是用户协议和隐私政策的约束,第三方 dApp 直接且全权对您负责。',
Disclaimers: '免责声明',
// nftCollection
NFTcollection: 'NFT收藏品',
@ -136,20 +136,20 @@ export default {
Send: '发送',
Receive: '接收',
// sendToken index
Receivingaddress: '接地址',
ReceivingaddressError: '接地址错误',
ScanQR: '扫描二维码以转移到资产',
Receivingaddress: '接地址',
ReceivingaddressError: '接地址错误',
ScanQR: '扫描二维码转账至资产',
Copyaddress: '复制地址',
CopySuccessful: '复制地址成功!',
// transfer
Transfer: '转账',
AddressBook: '地址',
AddressBook: '地址',
Transferamount: '转账金额',
Balance: '余额',
ALL: "所有",
Remark: '备注',
Transactionfee: '交易费',
Transferconfirmation: '转账确认',
Transferconfirmation: '转账确认',
Amount: '金额',
Sendaddress: '发送地址',
Fingerprintpassword: '指纹密码',
@ -172,14 +172,14 @@ export default {
// backup5
Importviaprivatekey: '通过私钥导入',
Privatekeyimportverification: '私钥导入验证',
privatekeyanddo: '请输入您的私钥,不要将其泄露给其他人外部地址无法通过助记键恢复。请妥善保管',
privatekeyanddo: '请输入您的私钥,不要泄露给他人,外部地址无法通过助记词恢复。 请妥善保管',
enteryourprivatekey: '请输入您的私钥',
beempty: '不能为空',
beenimported: '钱包已经被导入',
MnemonicsError:'助记词错误',
// backup4
Importmnemonics: '导入助记词',
Mnemonicsimportverification: '助记输入验证',
Mnemonicsimportverification: '助记输入验证',
Language: '语言',
langfan: '繁体中文',
langjian: '简体中文',
@ -195,11 +195,11 @@ export default {
Addressorname: '地址或名称不能为空',
loading: '加载中',
closevalidation: '确认关闭验证?',
Login: '登录',
Login: '验证',
Transactiondetails: '交易详情',
Confirmed: '确认交易',
Time: '时间',
TxFee: '发送费',
TxFee: '交易费用',
TransactionID: '交易ID',
others: '其他',
me: '我',
@ -213,13 +213,14 @@ export default {
separatedbyspaces: '输入以空格分隔的助记单词',
Notyetopen: '暂未开放',
Transfersucceeded: '转账成功',
Transferfailedconfirm: '传输失败,请确认信息是否正确',
Transferfailedconfirm: '转账失败,请确认信息是否正确',
yourcredit: '余额不足',
addresserror: '地址错误',
offchain: '请输入注释(链外)',
TermsofServiceTxt:'本《服务协议》(“协议”或“服务协议”)包含管理您访问和使用我们提供的网站和服务(定义如下)的条款和条件,并且是我们与您或您所代表的实体之间的协议。在使用本网站或服务之前,请仔细阅读本《服务协议》。通过使用本网站,或单击按钮或复选框以接或同意本《服务协议》的服务条款(如有该选项),或者填写服务订单,或者,如果更早,使用或以其他方式访问服务(“生效日期”),您(1)接并同意本《服务协议》以及我们不时发布的任何附加条款、规则和参与条件,以及(2)同意如我们的《隐私政策》中所述的收集、使用、披露和其他处理信息的活动。如果您不同意本《服务协议》,则您不得访问或使用服务。',
TermsofServiceTxt:'本《服务协议》(“协议”或“服务协议”)包含管理您访问和使用我们提供的网站和服务(定义如下)的条款和条件,并且是我们与您或您所代表的实体之间的协议。在使用本网站或服务之前,请仔细阅读本《服务协议》。通过使用本网站,或单击按钮或复选框以接或同意本《服务协议》的服务条款(如有该选项),或者填写服务订单,或者,如果更早,使用或以其他方式访问服务(“生效日期”),您(1)接并同意本《服务协议》以及我们不时发布的任何附加条款、规则和参与条件,以及(2)同意如我们的《隐私政策》中所述的收集、使用、披露和其他处理信息的活动。如果您不同意本《服务协议》,则您不得访问或使用服务。',
updateTitle:'版本升级提示',
updateMsg:'发现新版本,是否更新?',
AgreementConfirmation:'我已经阅读并且同意',
curr2: '货币单位',
}
}

Loading…
Cancel
Save