docs: add distribution statistics about fortune events #29

Merged
tobiichi3227 merged 5 commits from main into main 2024-03-06 15:51:24 +00:00
tobiichi3227 commented 2024-03-06 14:29:24 +00:00 (Migrated from github.com)
No description provided.
lifeadventurer commented 2024-03-06 14:39:00 +00:00 (Migrated from github.com)

Could you please style the code and add comments to improve readability and maintainability?

Could you please style the code and add comments to improve readability and maintainability?
lifeadventurer (Migrated from github.com) reviewed 2024-03-06 14:42:10 +00:00
lifeadventurer (Migrated from github.com) commented 2024-03-06 14:41:43 +00:00

Can you provide a brief description of how you calculated the statistics?

Can you provide a brief description of how you calculated the statistics?
@@ -0,0 +1,284 @@
var fs = require('fs')
lifeadventurer (Migrated from github.com) commented 2024-03-06 14:37:34 +00:00

remove useless loops

remove useless loops
@@ -0,0 +161,4 @@
"description": "被害蟲咬傷"
}
];
lifeadventurer (Migrated from github.com) commented 2024-03-06 14:37:15 +00:00

fetch goodFortunes and badFortunes from here

fetch `goodFortunes` and `badFortunes` from [here](https://github.com/LifeAdventurer/generators/blob/main/fortune_generator/json/fortune.json)
lifeadventurer (Migrated from github.com) approved these changes 2024-03-06 15:50:35 +00:00
Sign in to join this conversation.