Browse Source

修复表格显示错误

tags/v8.0
枫谷剑仙 GitHub 7 years ago
parent
commit
7f6c3ff370
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      monsters-info/README.md

+ 5
- 4
monsters-info/README.md View File

@@ -3,11 +3,12 @@ Use Fidder to capture monster information from in-game capture
目前的获取时间为
The current acquisition time is
| 语言 | 时间 | API |
| --- | --- | --- |
| 日语(ja) | 2019-6-14 ‏‎15:20 | https://api-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
| 英语(en) | 2019-6-14 ‏‎15:20 | https://api-na-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
| 韩语(ko) | 2019-6-14 ‏‎15:20 | https://api-kr-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
| 日语(ja) | 2019-6-14 15:20 | https://api-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
| 英语(en) | 2019-6-14 15:20 | https://api-na-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
| 韩语(ko) | 2019-6-14 15:20 | https://api-kr-adrv2.padsv.gungho.jp/api.php?action=download_card_data |
经研究后得出如下结论,JSON里数字指的数组下标。
The following conclusions were drawn from the research. The number in JSON refers to the array subscript.(no translate)
@@ -51,4 +52,4 @@ node.exe extractByNode.js
```
会将几种语言的信息提取到一个文件内
Extract information from several languages into one file
`mon.json`
`mon.json`

Loading…
Cancel
Save