Conversation
- CI 工作流添加 pnpm build 步骤构建 web 前端 - static.go 支持嵌入式文件系统和磁盘文件系统双模式 - 桌面应用嵌入 web/dist 到二进制,CLI 模式从磁盘读取 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
enhancement, other
Description
Add support for embedded static files
Update CI workflow to build frontend
Implement new static file serving methods
Diagram Walkthrough
File Walkthrough
static.go
Enhance static file handlinginternal/handler/static.go
StaticFSfor embedded filesmain.go
Configure embedded assetsmain.go
StaticFSto serve embedded filesweb/distassets for HTTP serverci-wails-build.yml
Update CI workflow for frontend.github/workflows/ci-wails-build.yml