mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
CO編集
This commit is contained in:
parent
4133d9aeb3
commit
a6ccecc155
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default class extends Module {
|
|||
`震度${this.earthQuakeIndex[intensity.index + 1]}: ${intensity.region_list.join(" ")}`
|
||||
).join("\n")
|
||||
}`;
|
||||
} if (rawDataJSON.type == 'eew' && false) {
|
||||
} if (rawDataJSON.type == 'eew' && false) { // これ使わなさそうだしとりあえず入らないようにした
|
||||
const data: 緊急地震速報 = {
|
||||
type: rawDataJSON.type,
|
||||
time: new Date(parseInt(rawDataJSON.time)),
|
||||
|
|
Loading…
Reference in a new issue