diff --git a/README.md b/README.md index 7dde9bd..beaa818 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ | 指标 | 数值 | |------|------| -| 日平均消耗 | 6.01 | -| 预计剩余天数 | 10.0 | +| 日平均消耗 | 5.26 | +| 预计剩余天数 | 11.4 | ## 使用量走势 @@ -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 | diff --git a/assets/trend.svg b/assets/trend.svg index 9416ae4..7d9d68b 100644 --- a/assets/trend.svg +++ b/assets/trend.svg @@ -4,40 +4,45 @@ 使用量走势图(最近14天) - - - - - - + + + + + + + - - - - - - + + + + + + + - - - - - - + + + + + + + - - - - - - + + + + + + + - - - - - - + + + + + + + @@ -122,9 +127,10 @@ - - - + + + + @@ -176,24 +182,29 @@ 11-28 - + 11-30 - - + + 12-02 - - + + 12-05 - - + + + + + + - - - - - - + + + + + + + diff --git a/balance_history.json b/balance_history.json index 085d582..bd90e44 100644 --- a/balance_history.json +++ b/balance_history.json @@ -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" } } \ No newline at end of file