945780def8
feat: optimize dashboard/search UX and simplify extension architecture Redesign Dashboard with compact tool grid and recently used tools Improve TopBar search UX with Cmd/Ctrl+K shortcut and better history navigation Reorganize project structure into src/ Migrate i18n from react-i18next to chrome.i18n Remove runtime language switch and settings page Remove HTML/Markdown conversion tools Clean up unused code, dead animations, redundant comments, and imports Improve component consistency with shadcn/ui patterns Replace hardcoded strings/colors with i18n tokens and theme tokens Add comprehensive project documentation and coding standards Fix CI artifact upload workflow and multiple TypeScript/test issues Includes various refactors, UI polish, i18n cleanup, CI improvements, and maintenance updates across the codebase.
public/
静态资源目录,存放无需构建处理的文件,会被直接复制到输出目录。
文件说明
| 文件/目录 | 用途 |
|---|---|
icon/ |
扩展图标,提供多种尺寸 |
icon/16.png |
16×16 图标(工具栏) |
icon/32.png |
32×32 图标 |
icon/48.png |
48×48 图标(扩展管理页) |
icon/96.png |
96×96 图标 |
icon/128.png |
128×128 图标(Chrome Web Store) |
wxt.svg |
WXT 框架标志 SVG 图标 |
注意事项
- 修改图标后需同步更新
wxt.config.ts中的 manifest 配置 - 图标格式推荐使用 PNG,确保透明背景