From 87a7d2762a892144a1f20b2325e3d62c73c92d07 Mon Sep 17 00:00:00 2001 From: argszero Date: Mon, 24 Aug 2026 12:15:54 +0800 Subject: [PATCH] chore(release): bump to v0.7.14 + changelog --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- ui/index.html | 10 +++++----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59c04c..42ac249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes are recorded here. Versions follow [SemVer](https://semver.org/). +## v0.7.14 (2026-08-24) + +- **交易记录页真分页(rant 2026-08-24T10:51:57,PR #135)** — 修复假分页:改为后端翻页,`/api/transactions` 支持 `page`/`pageSize`,前端按表格分页参数拉取并显示真实总数(7320 条全部可达),紧凑省略号分页器 + 翻页滚动回顶部 +- **点数趋势图 sparkline 化(rant 2026-08-24T10:51:57,PR #136)** — 参考仪表盘「本月点数变化」样式重做:渐变面积填充、连续平滑曲线(去数据点断口)、极简坐标(去虚线网格)、teal 主题配色;**图高减半**(viewBox 190→85),保留指标切换 + 悬停 tooltip + ## v0.7.13 (2026-08-24) - **交易趋势图优化(rant 2026-08-23T16:17:18,PR #133)** — diff --git a/Cargo.lock b/Cargo.lock index bf7e5ee..4bb95de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "aitokenpool" -version = "0.7.13" +version = "0.7.14" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e4130b8..6492fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aitokenpool" -version = "0.7.13" +version = "0.7.14" edition = "2021" description = "AI Token 共享池 — 企业 key 池 + 公共共享市场" license = "MIT" diff --git a/ui/index.html b/ui/index.html index 6902a9e..595f12d 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,7 +5,7 @@ AITokenPool - + @@ -683,9 +683,9 @@

使用模型

- - - - + + + +