blockchain-theme 1.0.16 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
- package/skin/skin_000001.json +78 -14
- package/skin/skin_000003.json +78 -14
- package/skin/skin_000004.json +78 -14
- package/skin/skin_000005.json +78 -14
- package/skin/skin_001712.json +78 -14
- package/skin/skin_001802.json +78 -14
- package/skin/skin_1.json +78 -14
- package/skin/skin_2.json +78 -14
- package/skin/skin_3.json +78 -14
- package/skin/skin_4.json +78 -14
- package/themeImgJson/imgMap_000001.json +14 -14
- package/themeImgJson/imgMap_000003.json +14 -14
- package/themeImgJson/imgMap_000004.json +14 -14
- package/themeImgJson/imgMap_000005.json +14 -14
- package/themeImgJson/imgMap_001712.json +14 -14
- package/themeImgJson/imgMap_001802.json +14 -14
- package/themeImgJson/imgMap_1.json +28 -2
- package/themeImgJson/imgMap_2.json +28 -2
- package/themeImgJson/imgMap_3.json +28 -2
- package/themeImgJson/imgMap_4.json +28 -2
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# 默认语言包
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
- 项目使用的默认语言包,商户可在商户后台下载并修改上传,修改后以商户修改后的语言包为准
|
|
4
|
+
- 添加多语言文案后按照 对应的文件夹 执行上传命令,会上传到 OSS,路径 http://fe-sources.oss-accelerate.aliyuncs.com/locales/文件夹名/语言包名.json
|
|
5
5
|
|
|
6
6
|
## 文件夹及执行命令
|
|
7
7
|
|
|
8
8
|
1. admin:商户后台 语言包 -- 上传执行 npm run uploadAdmin
|
|
9
9
|
2. app: APP 端语言包 -- 上传执行 npm run uploadApp
|
|
10
|
-
3. web:PC和H5 语言包 -- 上传执行 npm run uploadWeb
|
|
11
|
-
4. theme:主题图片 -- 上传执行 npm run uploadThemeImage(会同时上传imgMap.json)
|
|
12
|
-
5. themeColor:主题颜色 -- 上传执行 npm run uploadThemeColor(会同时上传colorMap.json)
|
|
13
|
-
6. updateThemeImage:更新主题图片 -- 上传执行 npm run updateThemeImage(上传指定的图片,用于修改图片时,修改IMG_LIST环境变量,格式为temp/theme/img,img包含后缀,并执行updateThemeImage)
|
|
10
|
+
3. web:PC 和 H5 语言包 -- 上传执行 npm run uploadWeb
|
|
11
|
+
4. theme:主题图片 -- 上传执行 npm run uploadThemeImage(会同时上传 imgMap.json)
|
|
12
|
+
5. themeColor:主题颜色 -- 上传执行 npm run uploadThemeColor(会同时上传 colorMap.json)
|
|
13
|
+
6. updateThemeImage:更新主题图片 -- 上传执行 npm run updateThemeImage(上传指定的图片,用于修改图片时,修改 IMG_LIST 环境变量,格式为 temp/theme/img,img 包含后缀,并执行 updateThemeImage)
|
|
14
14
|
|
|
15
15
|
## 文件信息
|
|
16
|
-
themeImg下文件名对应关系: 1:okx 2:币安-几何 3:bybit-3D橙 4:自定义-3D黑白
|
|
17
16
|
|
|
17
|
+
themeImg 下文件名对应关系: 1:okx——插画 2:币安-几何 3:bybit-3D 橙 4:自定义-3D 黑白
|
package/package.json
CHANGED
package/skin/skin_000001.json
CHANGED
|
@@ -93,6 +93,38 @@
|
|
|
93
93
|
"39, 87, 230, 1",
|
|
94
94
|
"37, 82, 217, 1"
|
|
95
95
|
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "campaign-fill-1",
|
|
99
|
+
"rgba": [
|
|
100
|
+
"245, 197, 172, 1",
|
|
101
|
+
"255, 243, 237, 1"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "campaign-fill-2",
|
|
106
|
+
"rgba": [
|
|
107
|
+
"245, 197, 172, 1",
|
|
108
|
+
"255, 243, 237, 1"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": "campaign-fill",
|
|
113
|
+
"rgba": [
|
|
114
|
+
"",
|
|
115
|
+
"",
|
|
116
|
+
"245, 197, 172, 1"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "campaign-text",
|
|
121
|
+
"rgba": [
|
|
122
|
+
"12, 12, 12, 1",
|
|
123
|
+
"12, 12, 12, 1",
|
|
124
|
+
"245, 197, 172, 1",
|
|
125
|
+
"247, 209, 189, 1",
|
|
126
|
+
"196, 158, 138, 1"
|
|
127
|
+
]
|
|
96
128
|
}
|
|
97
129
|
],
|
|
98
130
|
"imgList": {
|
|
@@ -100,8 +132,8 @@
|
|
|
100
132
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a83f730956de50a6e3a65b5b6317a8e3.webp",
|
|
101
133
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/38ee058498f3274aea09a6ecc437ae8c.webp",
|
|
102
134
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/f8ae2e7a42e46580993a6e904e15a2af.webp",
|
|
103
|
-
"google": "https://
|
|
104
|
-
"apple": "https://
|
|
135
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
136
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/18102b87f8aecfdc367db25ba8440167.svg",
|
|
105
137
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e13ba74a76e7f3dba4295da9d266b0ea.png",
|
|
106
138
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b267c399722e8c5cc4a34a0b62d1b44b.png",
|
|
107
139
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e836867f5103fe744241c037ddbd8be8.png",
|
|
@@ -119,16 +151,16 @@
|
|
|
119
151
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
120
152
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/6efa099cd6aa3c7dab8c6f5ed4e1ec27.png",
|
|
121
153
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/66020aba0511d2e82729ff506174a52e.png",
|
|
122
|
-
"buy_crypto": "
|
|
123
|
-
"sell_coins": "
|
|
124
|
-
"prohibit_withdrawals": "
|
|
125
|
-
"withdrawal_address_management": "
|
|
154
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e5978fda6c4467c2c81b055d0d6ea2e4.svg",
|
|
155
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/379a13e6b9e91eb77372a21d5c807070.svg",
|
|
156
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/540f8ebe09354282c54a40576a601f0d.svg",
|
|
157
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/9318f18343160ca223db91813d817b12.svg",
|
|
126
158
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/42f905cc9efcd6a3a1ff3104f529c590.png",
|
|
127
159
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/326b8449be219faba8e144d65b95132b.png",
|
|
128
160
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/99e57a26fc78c75464f670bf91d64cff.png",
|
|
129
161
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a5927e3abc8a0d47709dcb70afad0130.png",
|
|
130
162
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/2709dc834dafa2c8e4b8a7803907347e.png",
|
|
131
|
-
"alertImg": "https://
|
|
163
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/83f4630cc4da2265fde590c2a746e917.png",
|
|
132
164
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/4fd7aa26c46d04e1ce83a8ef3804fc47.png",
|
|
133
165
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/93fb46ee505eb1958f48462f17f4ed00.png",
|
|
134
166
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/1d64fe913e001617a3d433f183fb14af.png",
|
|
@@ -498,6 +530,38 @@
|
|
|
498
530
|
"75, 121, 255, 1",
|
|
499
531
|
"37, 82, 217, 1"
|
|
500
532
|
]
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"type": "campaign_fill_1",
|
|
536
|
+
"rgba": [
|
|
537
|
+
"12, 12, 12, 1",
|
|
538
|
+
"69, 69, 69, 1"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": "campaign_fill_2",
|
|
543
|
+
"rgba": [
|
|
544
|
+
"245, 197, 172, 1",
|
|
545
|
+
"255, 243, 237, 1"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": "campaign_fill",
|
|
550
|
+
"rgba": [
|
|
551
|
+
"",
|
|
552
|
+
"",
|
|
553
|
+
"12, 12, 12, 1"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"type": "campaign_text",
|
|
558
|
+
"rgba": [
|
|
559
|
+
"245, 197, 172, 1",
|
|
560
|
+
"12, 12, 12, 1",
|
|
561
|
+
"12, 12, 12, 1",
|
|
562
|
+
"36, 36, 36, 1",
|
|
563
|
+
"61, 61, 61, 1"
|
|
564
|
+
]
|
|
501
565
|
}
|
|
502
566
|
],
|
|
503
567
|
"imgList": {
|
|
@@ -505,8 +569,8 @@
|
|
|
505
569
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e4fb263a75d485d36fd3f3e8dc2d66c5.webp",
|
|
506
570
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/df7c3f8ec361e3ced24b0a98f8cf16d1.webp",
|
|
507
571
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/bc81ea5560c5d611c74b6db6140b60df.webp",
|
|
508
|
-
"google": "https://
|
|
509
|
-
"apple": "https://
|
|
572
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
573
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/5405749a790d19bc09cbfe95eb8d2c08.svg",
|
|
510
574
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/49a705130f570d66d74dd053d9487d3d.png",
|
|
511
575
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fa162216993103ddd9fb8f0cffc6d034.png",
|
|
512
576
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7a76921702a1213d80bfc71c7b548384.png",
|
|
@@ -524,16 +588,16 @@
|
|
|
524
588
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
525
589
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b282479a67ec783bf71bfac5e0aa4261.png",
|
|
526
590
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fecc63b89c63b0496db781d69bde1860.png",
|
|
527
|
-
"buy_crypto": "
|
|
528
|
-
"sell_coins": "
|
|
529
|
-
"prohibit_withdrawals": "
|
|
530
|
-
"withdrawal_address_management": "
|
|
591
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7ec232b9dcbedfe29e98b3ea5ade9f25.svg",
|
|
592
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/827f311c0baac44ba148082f5e7d98c5.svg",
|
|
593
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a142d621b734480c16c9fe0add6d2b39.svg",
|
|
594
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/955e4ba716a588c91b7f47f7cd61faf1.svg",
|
|
531
595
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/1b8b20d245bdfb84cb4e73657f48756d.png",
|
|
532
596
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/197f1a7c1776410aea789415336e59f9.png",
|
|
533
597
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/79d144c1106857987292fe486d8288f9.png",
|
|
534
598
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e3c4055c12d5e5226f8b364326252823.png",
|
|
535
599
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/2709dc834dafa2c8e4b8a7803907347e.png",
|
|
536
|
-
"alertImg": "https://
|
|
600
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/59b184ea43a75e6d6f25651b682ee9ab.png",
|
|
537
601
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/ebca450e5932dcb977ac2ff3bce99933.png",
|
|
538
602
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/3511ab6c3c77e13dc8cda801f205f37b.png",
|
|
539
603
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/123804bfc3f631b94eb85f4af6c5de34.png",
|
package/skin/skin_000003.json
CHANGED
|
@@ -93,6 +93,38 @@
|
|
|
93
93
|
"0, 163, 134, 1",
|
|
94
94
|
"0, 154, 127, 1"
|
|
95
95
|
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "campaign-fill-1",
|
|
99
|
+
"rgba": [
|
|
100
|
+
"245, 197, 172, 1",
|
|
101
|
+
"255, 243, 237, 1"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "campaign-fill-2",
|
|
106
|
+
"rgba": [
|
|
107
|
+
"245, 197, 172, 1",
|
|
108
|
+
"255, 243, 237, 1"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": "campaign-fill",
|
|
113
|
+
"rgba": [
|
|
114
|
+
"",
|
|
115
|
+
"",
|
|
116
|
+
"245, 197, 172, 1"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "campaign-text",
|
|
121
|
+
"rgba": [
|
|
122
|
+
"12, 12, 12, 1",
|
|
123
|
+
"12, 12, 12, 1",
|
|
124
|
+
"245, 197, 172, 1",
|
|
125
|
+
"247, 209, 189, 1",
|
|
126
|
+
"196, 158, 138, 1"
|
|
127
|
+
]
|
|
96
128
|
}
|
|
97
129
|
],
|
|
98
130
|
"imgList": {
|
|
@@ -100,8 +132,8 @@
|
|
|
100
132
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a83f730956de50a6e3a65b5b6317a8e3.webp",
|
|
101
133
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/38ee058498f3274aea09a6ecc437ae8c.webp",
|
|
102
134
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/f8ae2e7a42e46580993a6e904e15a2af.webp",
|
|
103
|
-
"google": "https://
|
|
104
|
-
"apple": "https://
|
|
135
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
136
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/18102b87f8aecfdc367db25ba8440167.svg",
|
|
105
137
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e13ba74a76e7f3dba4295da9d266b0ea.png",
|
|
106
138
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b267c399722e8c5cc4a34a0b62d1b44b.png",
|
|
107
139
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e836867f5103fe744241c037ddbd8be8.png",
|
|
@@ -119,16 +151,16 @@
|
|
|
119
151
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
120
152
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/6efa099cd6aa3c7dab8c6f5ed4e1ec27.png",
|
|
121
153
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/66020aba0511d2e82729ff506174a52e.png",
|
|
122
|
-
"buy_crypto": "
|
|
123
|
-
"sell_coins": "
|
|
124
|
-
"prohibit_withdrawals": "
|
|
125
|
-
"withdrawal_address_management": "
|
|
154
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/672fe5dbef950bb3037b66e4e7c3f67f.svg",
|
|
155
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/19816c0b0d96271a28ee1f8d623f86f2.svg",
|
|
156
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/9ddef91370a0a1b69a05eda64e4ceb2c.svg",
|
|
157
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b439b2365115856301bf1513571fa7da.svg",
|
|
126
158
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/abb60e83d5f9cefa78b1d824ac035fc5.png",
|
|
127
159
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a9d24a325b7d6fcefb0c096a47740074.png",
|
|
128
160
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/d7d6e96a9a2fb7136d0b0010bfff1cdf.png",
|
|
129
161
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a5927e3abc8a0d47709dcb70afad0130.png",
|
|
130
162
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7c9c2472b1c687bb977e38aab31891ca.png",
|
|
131
|
-
"alertImg": "https://
|
|
163
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/ecc7af2562b70ac03797176b0b0617bd.png",
|
|
132
164
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/4fd7aa26c46d04e1ce83a8ef3804fc47.png",
|
|
133
165
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/93fb46ee505eb1958f48462f17f4ed00.png",
|
|
134
166
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/1d64fe913e001617a3d433f183fb14af.png",
|
|
@@ -501,6 +533,38 @@
|
|
|
501
533
|
"48, 195, 169, 1",
|
|
502
534
|
"21, 160, 136, 1"
|
|
503
535
|
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "campaign-fill-1",
|
|
539
|
+
"rgba": [
|
|
540
|
+
"12, 12, 12, 1",
|
|
541
|
+
"69, 69, 69, 1"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"type": "campaign-fill-2",
|
|
546
|
+
"rgba": [
|
|
547
|
+
"245, 197, 172, 1",
|
|
548
|
+
"255, 243, 237, 1"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"type": "campaign-fill",
|
|
553
|
+
"rgba": [
|
|
554
|
+
"",
|
|
555
|
+
"",
|
|
556
|
+
"12, 12, 12, 1"
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"type": "campaign-text",
|
|
561
|
+
"rgba": [
|
|
562
|
+
"245, 197, 172, 1",
|
|
563
|
+
"12, 12, 12, 1",
|
|
564
|
+
"12, 12, 12, 1",
|
|
565
|
+
"36, 36, 36, 1",
|
|
566
|
+
"61, 61, 61, 1"
|
|
567
|
+
]
|
|
504
568
|
}
|
|
505
569
|
],
|
|
506
570
|
"imgList": {
|
|
@@ -508,8 +572,8 @@
|
|
|
508
572
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e4fb263a75d485d36fd3f3e8dc2d66c5.webp",
|
|
509
573
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/df7c3f8ec361e3ced24b0a98f8cf16d1.webp",
|
|
510
574
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/bc81ea5560c5d611c74b6db6140b60df.webp",
|
|
511
|
-
"google": "https://
|
|
512
|
-
"apple": "https://
|
|
575
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
576
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/5405749a790d19bc09cbfe95eb8d2c08.svg",
|
|
513
577
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/49a705130f570d66d74dd053d9487d3d.png",
|
|
514
578
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fa162216993103ddd9fb8f0cffc6d034.png",
|
|
515
579
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7a76921702a1213d80bfc71c7b548384.png",
|
|
@@ -527,16 +591,16 @@
|
|
|
527
591
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
528
592
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b282479a67ec783bf71bfac5e0aa4261.png",
|
|
529
593
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fecc63b89c63b0496db781d69bde1860.png",
|
|
530
|
-
"buy_crypto": "
|
|
531
|
-
"sell_coins": "
|
|
532
|
-
"prohibit_withdrawals": "
|
|
533
|
-
"withdrawal_address_management": "
|
|
594
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7c9533bb90ed22dafda5da53c1e6e56a.svg",
|
|
595
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a117fa10df24a477893b299ff9d7b5e5.svg",
|
|
596
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/9b58550267ace2649893d1153784fc4f.svg",
|
|
597
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/2b75f862d0f821a177ff5e77a3f604e6.svg",
|
|
534
598
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/29d7fd89cb82fc6b3db28bb04c9cebbe.png",
|
|
535
599
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/21f5a8ecf5568bcb3ab842ad29b90253.png",
|
|
536
600
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/437a587ed32faa541c466d8c255c3022.png",
|
|
537
601
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e3c4055c12d5e5226f8b364326252823.png",
|
|
538
602
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7c9c2472b1c687bb977e38aab31891ca.png",
|
|
539
|
-
"alertImg": "https://
|
|
603
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/0168a9712e340a83f351b18474528794.png",
|
|
540
604
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/ebca450e5932dcb977ac2ff3bce99933.png",
|
|
541
605
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/3511ab6c3c77e13dc8cda801f205f37b.png",
|
|
542
606
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/123804bfc3f631b94eb85f4af6c5de34.png",
|
package/skin/skin_000004.json
CHANGED
|
@@ -93,6 +93,38 @@
|
|
|
93
93
|
"94, 59, 230, 1",
|
|
94
94
|
"88, 56, 217, 1"
|
|
95
95
|
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "campaign-fill-1",
|
|
99
|
+
"rgba": [
|
|
100
|
+
"245, 197, 172, 1",
|
|
101
|
+
"255, 243, 237, 1"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "campaign-fill-2",
|
|
106
|
+
"rgba": [
|
|
107
|
+
"245, 197, 172, 1",
|
|
108
|
+
"255, 243, 237, 1"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": "campaign-fill",
|
|
113
|
+
"rgba": [
|
|
114
|
+
"",
|
|
115
|
+
"",
|
|
116
|
+
"245, 197, 172, 1"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "campaign-text",
|
|
121
|
+
"rgba": [
|
|
122
|
+
"12, 12, 12, 1",
|
|
123
|
+
"12, 12, 12, 1",
|
|
124
|
+
"245, 197, 172, 1",
|
|
125
|
+
"247, 209, 189, 1",
|
|
126
|
+
"196, 158, 138, 1"
|
|
127
|
+
]
|
|
96
128
|
}
|
|
97
129
|
],
|
|
98
130
|
"imgList": {
|
|
@@ -100,8 +132,8 @@
|
|
|
100
132
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a83f730956de50a6e3a65b5b6317a8e3.webp",
|
|
101
133
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/38ee058498f3274aea09a6ecc437ae8c.webp",
|
|
102
134
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/f8ae2e7a42e46580993a6e904e15a2af.webp",
|
|
103
|
-
"google": "https://
|
|
104
|
-
"apple": "https://
|
|
135
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
136
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/18102b87f8aecfdc367db25ba8440167.svg",
|
|
105
137
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e13ba74a76e7f3dba4295da9d266b0ea.png",
|
|
106
138
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b267c399722e8c5cc4a34a0b62d1b44b.png",
|
|
107
139
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e836867f5103fe744241c037ddbd8be8.png",
|
|
@@ -119,16 +151,16 @@
|
|
|
119
151
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
120
152
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/6efa099cd6aa3c7dab8c6f5ed4e1ec27.png",
|
|
121
153
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/66020aba0511d2e82729ff506174a52e.png",
|
|
122
|
-
"buy_crypto": "
|
|
123
|
-
"sell_coins": "
|
|
124
|
-
"prohibit_withdrawals": "
|
|
125
|
-
"withdrawal_address_management": "
|
|
154
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/666bc3b1d15cfdcd98b9b6c9263386f2.svg",
|
|
155
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/3b70a1cfafb33b0d89a65b12551b602a.svg",
|
|
156
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/760a686a4ff26b97504e23d252309745.svg",
|
|
157
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/f872397a87fa45da9b8c33fc8e5b6625.svg",
|
|
126
158
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/9db071da6d5749fb67299e57ab4b3383.png",
|
|
127
159
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/374e035a83b43d918b4d6319ae31b113.png",
|
|
128
160
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/4a8e2dac7b7120f51251e839784c1092.png",
|
|
129
161
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/a5927e3abc8a0d47709dcb70afad0130.png",
|
|
130
162
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/adc425cd5fc0d93084a5978694ff352a.png",
|
|
131
|
-
"alertImg": "https://
|
|
163
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/255ebeb665d129aafaf86608acca088b.png",
|
|
132
164
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/4fd7aa26c46d04e1ce83a8ef3804fc47.png",
|
|
133
165
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/93fb46ee505eb1958f48462f17f4ed00.png",
|
|
134
166
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/1d64fe913e001617a3d433f183fb14af.png",
|
|
@@ -501,6 +533,38 @@
|
|
|
501
533
|
"119, 85, 255, 1",
|
|
502
534
|
"88, 56, 217, 1"
|
|
503
535
|
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "campaign-fill-1",
|
|
539
|
+
"rgba": [
|
|
540
|
+
"12, 12, 12, 1",
|
|
541
|
+
"69, 69, 69, 1"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"type": "campaign-fill-2",
|
|
546
|
+
"rgba": [
|
|
547
|
+
"245, 197, 172, 1",
|
|
548
|
+
"255, 243, 237, 1"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"type": "campaign-fill",
|
|
553
|
+
"rgba": [
|
|
554
|
+
"",
|
|
555
|
+
"",
|
|
556
|
+
"12, 12, 12, 1"
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"type": "campaign-text",
|
|
561
|
+
"rgba": [
|
|
562
|
+
"245, 197, 172, 1",
|
|
563
|
+
"12, 12, 12, 1",
|
|
564
|
+
"12, 12, 12, 1",
|
|
565
|
+
"36, 36, 36, 1",
|
|
566
|
+
"61, 61, 61, 1"
|
|
567
|
+
]
|
|
504
568
|
}
|
|
505
569
|
],
|
|
506
570
|
"imgList": {
|
|
@@ -508,8 +572,8 @@
|
|
|
508
572
|
"gridStrategy_banner_h5": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e4fb263a75d485d36fd3f3e8dc2d66c5.webp",
|
|
509
573
|
"passkey_bind": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/df7c3f8ec361e3ced24b0a98f8cf16d1.webp",
|
|
510
574
|
"passkey_not_support": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/bc81ea5560c5d611c74b6db6140b60df.webp",
|
|
511
|
-
"google": "https://
|
|
512
|
-
"apple": "https://
|
|
575
|
+
"google": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/94abc8fa2145c7d587e6c048ca013036.svg",
|
|
576
|
+
"apple": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/5405749a790d19bc09cbfe95eb8d2c08.svg",
|
|
513
577
|
"status_success": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/49a705130f570d66d74dd053d9487d3d.png",
|
|
514
578
|
"status_processing": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fa162216993103ddd9fb8f0cffc6d034.png",
|
|
515
579
|
"status_failed": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7a76921702a1213d80bfc71c7b548384.png",
|
|
@@ -527,16 +591,16 @@
|
|
|
527
591
|
"copyTrading_step3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/90830b51c58deec1cc7214be604a2f70.png",
|
|
528
592
|
"copyTrading_hint": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/b282479a67ec783bf71bfac5e0aa4261.png",
|
|
529
593
|
"copyTrading_record": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/fecc63b89c63b0496db781d69bde1860.png",
|
|
530
|
-
"buy_crypto": "
|
|
531
|
-
"sell_coins": "
|
|
532
|
-
"prohibit_withdrawals": "
|
|
533
|
-
"withdrawal_address_management": "
|
|
594
|
+
"buy_crypto": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/c693fb850f2529dea6b98bd4ab53b0ab.svg",
|
|
595
|
+
"sell_coins": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/6858d6ee321898a8e936cfc03e7dd5e6.svg",
|
|
596
|
+
"prohibit_withdrawals": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/8c26b97aea490eebe629e024c3594eea.svg",
|
|
597
|
+
"withdrawal_address_management": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/0cc5d920801db51fbd53f4fad2eb61db.svg",
|
|
534
598
|
"guide_grid_1": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/d582571dc434ce8b44812671a5d0f067.png",
|
|
535
599
|
"guide_grid_2": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/cee3eb9aca67140887557fe8b3cabbdc.png",
|
|
536
600
|
"guide_grid_3": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/7ab729acf681dd929799df41eeb64929.png",
|
|
537
601
|
"withdrawLimit": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/e3c4055c12d5e5226f8b364326252823.png",
|
|
538
602
|
"headImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/adc425cd5fc0d93084a5978694ff352a.png",
|
|
539
|
-
"alertImg": "https://
|
|
603
|
+
"alertImg": "https://d1bv9t3fnouri2.cloudfront.net/1006/upload/0531196345dfa2612727511b4154afe8.png",
|
|
540
604
|
"anonmousBanner": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/ebca450e5932dcb977ac2ff3bce99933.png",
|
|
541
605
|
"anonmousPart11": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/3511ab6c3c77e13dc8cda801f205f37b.png",
|
|
542
606
|
"anonmousPart12": "https://d1bv9t3fnouri2.cloudfront.net/1411/upload/123804bfc3f631b94eb85f4af6c5de34.png",
|