Style: Apply deno lint and deno fmt across codebase

This commit is contained in:
lifeadventurer
2024-10-31 19:56:47 +08:00
parent df772b0bde
commit 778cb316c0
20 changed files with 882 additions and 702 deletions

View File

@@ -5,7 +5,7 @@
### 2000 IPs for 365 days, two groups in total
| Fortune Status | Percentage (1st time) | Percentage (2nd time) |
|----------------|-----------------------|-----------------------|
| -------------- | --------------------- | --------------------- |
| 大吉 | 20.33% | 20.30% |
| 中吉 | 14.37% | 14.34% |
| 小吉 | 10.57% | 10.59% |
@@ -17,12 +17,13 @@
## Distribution statistics of daily fortune events
Statistical method: The sum of the number of fortune events that occurred for 2,000 random IPs on the same day.
Statistical method: The sum of the number of fortune events that occurred for
2,000 random IPs on the same day.
The x-axis is the index value and the y-axis is the number of times.
| 宜 (Good Fortune) | 忌 (Bad Fortune) |
|------------------------------------------------|----------------------------------------------|
| ---------------------------------------------- | -------------------------------------------- |
| ![Good Fortune](./good_fortune_statistics.png) | ![Bad Fortune](./bad_fortune_statistics.png) |
[Statistics code](../dev/main.js)