workbuddy.xpcool.com/.workbuddy/memory/2026-09-01.md
2026-09-01 11:01:34 +08:00

14 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2026-09-01 工作日志
## tool.xpcool.com · 图片转 ICO 下载增强
- `buildIco` 新增 `singles` 字段:每个尺寸单独封装的 ICO Blob直接复用合成包内已编码条目数据只多包 6+16 字节头,零额外编码成本)。
- 页面结果区预览格新增「ICO」按钮与 PNG 并列)逐尺寸下载;尺寸 >1 时显示「打包下载 ZIP」按钮用 jszip 打包所有单尺寸 ICO`{base}_{size}x{size}.ico` → `{base}_ico.zip`)。
- vue-tsc 与 vite build 均通过ImageToIcoView chunk 19.57 kB
- 坑:托管 node 版本目录由 `22.22.2` 变为 `22.22.2-2``~/.workbuddy/binaries/node/bin/pnpm` wrapper 里的硬编码路径失效exit 127已修正后续若再报 "No such file or directory" 先查该 wrapper。
2026-09-01 | CHG | 图片转 ICO 下载增强(逐尺寸 singles + ZIP 打包),已提交 00013ee用户约定以后只 commit 不 push推送由用户自行完成
2026-09-01 | CHG | 全站接入 TDesign ImageViewer 图片预览:共享 AppImageViewer + useImageViewer覆盖 9 处(上传缩略图/Base64/裁剪/ICO/OCR/二维码/压缩/代码图/占位图vue-tsc+build 通过,已提交
2026-09-01 | CHG | 用户约定AI 不方便验证的(浏览器交互体验/视觉/下载弹窗等)直接交用户手动验证,勿反复折腾自动化