Skip to content

Commit

Permalink
Update data for 2024-12-06
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxft committed Dec 6, 2024
1 parent faf7ef6 commit 3651f87
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 48 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 @@

| 指标 | 数值 |
|------|------|
| 日平均消耗 | 6.01 |
| 预计剩余天数 | 10.0 |
| 日平均消耗 | 5.26 |
| 预计剩余天数 | 11.4 |


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

| 日期 | 当日消耗量 | 累计使用量 | 剩余额度 |
|------|------------|------------|-----------|
| 2024-12-06 | 0.00 | 42.05 | 59.95 |
| 2024-12-05 | 2.03 | 42.05 | 59.95 |
| 2024-12-04 | 15.08 | 40.02 | 61.98 |
| 2024-12-02 | 6.09 | 24.94 | 77.06 |
Expand Down
103 changes: 57 additions & 46 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 @@ -33,5 +33,10 @@
"remaining_amount": "59.95",
"timestamp": "2024-12-05 22:24:23",
"used_amount": "42.05"
},
"2024-12-06": {
"remaining_amount": "59.95",
"timestamp": "2024-12-06 01:57:12",
"used_amount": "42.05"
}
}

0 comments on commit 3651f87

Please sign in to comment.