Commit Graph
7 Commits
Author SHA1 Message Date
thzxx ed505d48bf chore: update application icons 2026-07-06 13:21:19 +08:00
thzxx 0940c2f5c6 fix: resolve all TS errors, ESLint warnings, and npm warnings bump to v0.3.12
- Pin all @milkdown/* packages to exact 7.21.1, add phantom-dep plugins as direct deps

- Fix TextSelection.create type error in useMilkdown.ts

- Fix Backspace auto-pair dead-code bug (unreachable due to PAIRS check order)

- Extract parseHeadings/Heading to outlineUtils.ts (react-refresh fix)

- Extract StatusBar item components to StatusBarItems.tsx (react-refresh fix)

- Configure npm allowScripts for electron and esbuild postinstall

- Update QUALITY_REVIEW_REPORT.json with all fixes applied

- Bump version to 0.3.12
2026-07-06 10:51:39 +08:00
thzxx ba76cdab54 fix: 缩小图标 MD 字母尺寸(52% → 38%,SVG 32px → 24px) 2026-05-27 22:12:55 +08:00
thzxx 4caa215d6c fix: 回退图标为现代化简洁风格
回退科技感设计,改为简洁美观风格:
- 柔和蓝色渐变背景(#4F8EF7 → #2563EB)
- 左上角微妙白色高光
- Georgia 衬线字体 MD 字母(白色带阴影)
- 底部半透明装饰线
- 圆角矩形,干净利落

icons.ico: 7 种尺寸(16~256px)
Icons.tsx AppIcon: SVG 版本同步更新
2026-05-27 22:07:38 +08:00
thzxx 79995855a0 feat: 科技感图标重新设计
应用图标(assets/icon.ico + icon.png):
- 深色渐变背景(#0F172A 深海蓝 → #1E1B4B 深紫)
- 半透明科技网格线
- 蓝色发光圆环
- 四角蓝色光点装饰
- 带发光效果的白色 M 文字
- 蓝色渐变 ↓ 箭头
- 底部扫描线效果
- 右上角光标装饰
- 7 种尺寸(16~256px)

Icons.tsx AppIcon 同步更新:
- SVG 版本包含相同的科技感元素
- 使用 SVG filter 实现发光效果
- 使用 clipPath 实现圆角裁剪
- 使用 linearGradient 实现背景渐变
2026-05-27 22:01:41 +08:00
thzxx b223cd69e1 feat: 重新设计应用图标(assets/icon.ico)
新图标设计:
- 蓝色渐变圆角矩形背景(#3B82F6 → #1D4ED8)
- 白色 M↓ 文字符号
- 底部半透明装饰线
- 与 Icons.tsx 中 AppIcon 风格一致

生成规格:
- icon.ico: 7 种尺寸(16/24/32/48/64/128/256px)
- icon.png: 256x256 预览图
2026-05-27 21:52:00 +08:00
thzxx fda3e5987d Initial commit: MarkLite Markdown Reader 2026-05-18 10:40:11 +08:00