比较提交

..

2 次代码提交

作者 SHA1 备注 提交日期
cryptocommuniums-afk
3763f5b515 Sync changelog with repo version 1ce94f6 2026-03-15 17:39:34 +08:00
cryptocommuniums-afk
1ce94f6f57 Collapse training generator into right rail 2026-03-15 17:39:20 +08:00
修改 3 个文件,包含 1123 行新增179 行删除

查看文件

@@ -8,6 +8,22 @@ export type ChangeLogEntry = {
}; };
export const CHANGE_LOG_ENTRIES: ChangeLogEntry[] = [ export const CHANGE_LOG_ENTRIES: ChangeLogEntry[] = [
{
version: "2026.03.15-training-generator-collapse",
releaseDate: "2026-03-15",
repoVersion: "1ce94f6",
summary: "训练计划生成面板在桌面端默认折叠到右侧,按需展开查看和重新生成。",
features: [
"训练页右侧生成器在桌面端默认折叠为窄栏",
"点击右侧折叠栏可展开“重新生成计划”完整面板",
"移动端继续直接展示完整生成器,避免隐藏关键操作",
"未生成计划时点击“前往生成训练计划”会自动展开并滚动到生成面板",
],
tests: [
"pnpm check",
"pnpm build",
],
},
{ {
version: "2026.03.15-progress-time-actions", version: "2026.03.15-progress-time-actions",
releaseDate: "2026-03-15", releaseDate: "2026-03-15",

文件差异内容过多而无法显示 加载差异

查看文件

@@ -1,5 +1,23 @@
# Tennis Training Hub - 变更日志 # Tennis Training Hub - 变更日志
## 2026.03.15-training-generator-collapse (2026-03-15)
### 功能更新
- 训练页右侧“重新生成计划”面板在桌面端默认折叠到右侧
- 点击右侧折叠栏后展开完整生成器,可调整周期并重新生成计划
- 移动端继续保持完整面板直接可见
- 未生成计划时点击“前往生成训练计划”会先自动展开,再滚动到面板位置
### 测试
- `pnpm check`
- `pnpm build`
### 仓库版本
- `1ce94f6`
## 2026.03.15-progress-time-actions (2026-03-15) ## 2026.03.15-progress-time-actions (2026-03-15)
### 功能更新 ### 功能更新