feat: 更新发布流程文档,优化编译和打包步骤;新增成功图标SVG并在消息区域中使用

This commit is contained in:
Roe-xin
2026-02-23 14:31:40 +08:00
parent 4f1d7f495a
commit 0ea3afbe70
3 changed files with 12 additions and 1 deletions

View File

@ -292,7 +292,10 @@ pnpm vsce publish 0.0.3
2. 打包
```bash
#先build
#先编译
pnpm run compile
#中间build
pnpm run build
#后打包成.vsix