|
|
d08a23cced
|
docs(blog): 写博客功能实现计划(7 个任务,TDD + 端到端验证)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-25 22:49:05 +08:00 |
|
|
|
677856851b
|
docs(blog): 写博客功能设计方案——按用户隔离 + Markdown + #post/<id> 路由
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-25 22:41:59 +08:00 |
|
|
|
fbac6de977
|
docs(special-folders): requirements/design spec for shared access-controlled folders
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-24 21:52:30 +08:00 |
|
|
|
f88686cd21
|
docs(photo-wall): server-side image storage + deploy notes
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-24 21:33:07 +08:00 |
|
|
|
42639856b2
|
docs(photo-wall): server-storage design spec + implementation plan
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-24 20:55:03 +08:00 |
|
|
|
d240c128dc
|
feat(photo-wall): client-only photo wall behind #photo login entry
已部署到线上(frontend-only)。本提交把工作区里已上线但未提交的实现固化为分支基线。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-24 20:55:03 +08:00 |
|
|
|
d2ff88bc4d
|
feat(start): 补齐竖屏背景图(portrait 全套 webp)并重新验证部署
- portrait/ 加入 No.1~5.webp + Night.webp(由 Pictures/portrait 源图
用 sharp 转 webp,quality 82,体积 ~0.1~0.6MB)
- 前端 build 后两套图(landscape/portrait)均打包,已部署到
8.130.143.54:8548 并验证(title=CCStart,health 200)
- 更新部署文档:重新验证日期、portrait 集说明、转换工具改用 sharp
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-23 20:14:08 +08:00 |
|
|
|
5b60185f94
|
feat(start): 背景按时段选图(6-24 随机 No.1~5,0-6 用 Night),标题改 CCStart
- StartPage 背景改为纯本地时间:白天从 No.1~No.5 随机取一张并固定整页生命周期,夜间(0-6点)用 Night
- 登录页 h2 与 index.html 标签页标题由 Sign in 改为 CCStart
- 起始页背景图压成 WebP(限宽 2560,质量 ~82),单图从 2.5~4.7MB 降到 113~375KB,适配 3Mbps 带宽
- 删除旧 dark.png/light.jpg
- 部署文档补充前端单独重发流程与 WSL 实际路径
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-22 22:18:47 +08:00 |
|
|
|
a185e56c22
|
feat: 导航起始页 + 天气/定位 + 天气动态效果
起始页(StartPage)
- 极简玻璃风导航页作未登录首页:时段问候、Bing 默认可切换搜索、10 个快捷位、右下齿轮进登录
- 昼夜背景自动切换(light/dark),按天气图标码 + 本地时间判断
- 天气动态效果(WeatherFx canvas):雨/雪/雷,克制风格,尊重 reduced-motion
天气与定位(前后端)
- 后端 /api/web/weather:高德 IP 定位(城市+坐标) + 和风实时天气
- 和风用 JWT(EdDSA/Ed25519)认证,密钥走环境变量、仅后端持有
- 每日限流(高德 300、和风 900,北京 0 点归零) + 10 分钟按 IP 缓存
- 前端 useWeather + WeatherIcon(7 类极简 SVG)
导航与登录
- 浏览器返回键支持(History API);返回即登出
- 记住我:勾选存 localStorage、不勾存 sessionStorage,默认不勾
其他
- .gitignore 忽略 *.pem/*.env 等密钥
- 新增文档 docs/startpage-weather-location.md 及部署 spec/plan
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-18 20:13:18 +08:00 |
|