feat: Add last updated timestamp to stats page and style adjustments

This commit is contained in:
zhangyuheng
2026-03-10 11:10:10 +08:00
parent 5265bcc019
commit 092935fd60
4 changed files with 15 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ pip install requests tqdm
源接口需要配置认证,再设置环境变量:
```bash
export STATS_BASE_URL=http://your-server/stats
export STATS_USER=your_username
export STATS_PASS=your_password
```