Update README.md

It is too bad to write MD file because different text editor phrase it different.
This commit is contained in:
Thomas Yao 2022-03-08 08:24:13 +01:00 committed by GitHub
parent 53d77302d0
commit 2aa1830ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ You should download JSON files in https://github.com/Dimbreath/GenshinData and c
你需要同时下载上述链接所说JSON源数据, 并且将对应需要的内容复制到仓库中 你需要同时下载上述链接所说JSON源数据, 并且将对应需要的内容复制到仓库中
Accepted JSON Files Now: 目前能够接受的JSON文件有 Accepted JSON Files Now: 目前能够接受的JSON文件有
- ReliquaryAffixExcelConfigData.json >- ReliquaryAffixExcelConfigData.json
- ReliquaryLevelExcelConfigData.json >- ReliquaryLevelExcelConfigData.json
Please use the deobfuscated version of JSON and put it in the same folder! \ Please use the deobfuscated version of JSON and put it in the same folder! \
请使用解混淆后的JSON文件, 并放在同一目录中! 请使用解混淆后的JSON文件, 并放在同一目录中!
@ -20,15 +20,17 @@ Please use the deobfuscated version of JSON and put it in the same folder! \
Link: https://www.julialang.org/downloads/ download and install the version suitable for you\ Link: https://www.julialang.org/downloads/ download and install the version suitable for you\
按照上述链接下载并安装适合你的版本 按照上述链接下载并安装适合你的版本
3. download Packages in Julia \ 在Julia中下载模组 3. download Packages in Julia \| 在Julia中下载模组
1. open julia command line \ 打开Julia命令行 1. open julia command line \| 打开Julia命令行
2. press `[` to and see something like `pkg>` \ 按下 `[` 按键后会看到类似于 `pkg>` 之类的字样 2. press `[` to and see something like `pkg>` \| 按下 `[` 按键后会看到类似于 `pkg>` 之类的字样
3. input `add [Package]` and wait until installed(replace `[Package]`) \ 输入`add [Package]`并等待安装 3. input `add [Package]` and wait until installed(replace `[Package]`) \| 输入`add [Package]`并等待安装
Package Lists: (e.g write `add JSON` in `pkg>`) 模组列表 Package Lists: 模组列表
- JSON >(e.g write `add JSON`)
>- JSON
tbd
tbd \
4. configure the code on your need 按照你的需求配置更改代码 4. configure the code on your need 按照你的需求配置更改代码
5. run the script to generate file 运行脚本,生成文件 5. run the script to generate file 运行脚本,生成文件