blockchain-theme 1.0.16 → 1.0.17
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 +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
# 默认语言包
|
|
2
1
|
|
|
3
|
-
* 项目使用的默认语言包,商户可在商户后台下载并修改上传,修改后以商户修改后的语言包为准
|
|
4
|
-
* 添加多语言文案后按照 对应的文件夹 执行上传命令,会上传到 OSS,路径 http://fe-sources.oss-accelerate.aliyuncs.com/locales/文件夹名/语言包名.json
|
|
5
|
-
|
|
6
|
-
## 文件夹及执行命令
|
|
7
|
-
|
|
8
|
-
1. admin:商户后台 语言包 -- 上传执行 npm run uploadAdmin
|
|
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)
|
|
14
|
-
|
|
15
|
-
## 文件信息
|
|
16
|
-
themeImg下文件名对应关系: 1:okx 2:币安-几何 3:bybit-3D橙 4:自定义-3D黑白
|
|
17
2
|
|