feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+4
View File
@@ -1,10 +1,14 @@
---
title: Go 单文件打包实战:把前端塞进二进制
published: 2026-06-06T16:00:00
updated: 2026-06-06
description: 记录将 Vue 3 前端嵌入 Go 二进制实现单 exe 发布的完整流程,以及遇到的坑和解决方案。
image: /posts/go-embed-frontend/img/cover.jpg
tags: ['Go', 'Vue', '编译', '埋坑']
draft: false
series: Go 工程实践
seriesOrder: 2
difficulty: 进阶
---
## 背景