Skip to content

Commit

Permalink
Update data for 2024-12-19
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxft committed Dec 19, 2024
1 parent 0b77ba7 commit a26c25f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

| 指标 | 数值 |
|------|------|
| 日平均消耗 | 48.87 |
| 预计剩余天数 | 2.1 |
| 日平均消耗 | 32.58 |
| 预计剩余天数 | 3.2 |


## 使用量走势
Expand All @@ -17,6 +17,7 @@

| 日期 | 当日消耗量 | 累计使用量 | 剩余额度 |
|------|------------|------------|-----------|
| 2024-12-19 | 0.00 | 97.73 | 104.27 |
| 2024-12-18 | 0.00 | 97.73 | 104.27 |
| 2024-12-17 | 97.73 | 97.73 | 104.27 |

Expand Down
29 changes: 17 additions & 12 deletions assets/trend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions balance_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"remaining_amount": "104.27",
"timestamp": "2024-12-18 22:23:51",
"used_amount": "97.73"
},
"2024-12-19": {
"remaining_amount": "104.27",
"timestamp": "2024-12-19 01:54:53",
"used_amount": "97.73"
}
}

0 comments on commit a26c25f

Please sign in to comment.