mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
事故修正
This commit is contained in:
parent
4314bef2d7
commit
c0ca00222c
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ export default class extends Module {
|
|||
data.intensity_list.map((intensity) =>
|
||||
`震度${this.earthquakeIntensityIndex[intensity.index + 1]}: ${
|
||||
intensity.region_list.join(" ")
|
||||
}\n\`\`\``
|
||||
}`
|
||||
).join("\n")
|
||||
}`;
|
||||
}\n\`\`\``;
|
||||
}
|
||||
}
|
||||
if (rawDataJSON.type == "eew" && false) { // これ使わなさそうだしとりあえず入らないようにした
|
||||
|
|
Loading…
Reference in a new issue