From 622f5e233223da0c6ce04b7a7b20f6e820ef9c7a Mon Sep 17 00:00:00 2001 From: argszero Date: Mon, 24 Aug 2026 15:30:23 +0800 Subject: [PATCH] chore(release): bump to v0.7.17 + changelog --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- ui/index.html | 10 +++++----- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd288b..74e7abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes are recorded here. Versions follow [SemVer](https://semver.org/). +## v0.7.17 (2026-08-24) + +- **趋势图 1:1 渲染修复(rant 2026-08-24T14:29:57,PR #144)** — 根因:SVG viewBox 640 在宽容器被等比放大 ~2.4x(线 1.4px 视觉 ≈3.4px、字 8px ≈19px,v0.7.16 调细"看不出来"即被放大吞掉)。修复:viewBox 宽动态 = 容器宽(1 viewBox 单位 ≈ 1 物理像素),线宽/字号按 CSS 值真实呈现;窄屏保持等比缩小不变形;窗口 resize 防抖重渲染。 + ## v0.7.16 (2026-08-24) - **趋势图视觉比例精修(rant 2026-08-24T13:31:02,PR #142)** — 交易页"点数趋势"图更精致:折线 stroke-width 1.8→1.4、坐标轴/时间标签字号 9px→8px、标题 12px→11px、图例 11px→10px、指标切换按钮 12px→11px 并收紧间距;仅调视觉比例,渐变面积/平滑曲线/指标切换/悬停 tooltip 功能不变 diff --git a/Cargo.lock b/Cargo.lock index 43cd98e..119a04b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "aitokenpool" -version = "0.7.16" +version = "0.7.17" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8b1eff3..8062742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aitokenpool" -version = "0.7.16" +version = "0.7.17" edition = "2021" description = "AI Token 共享池 — 企业 key 池 + 公共共享市场" license = "MIT" diff --git a/ui/index.html b/ui/index.html index 3707cdd..8b2b584 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,7 +5,7 @@ AITokenPool - + @@ -683,9 +683,9 @@

使用模型

- - - - + + + +