chore(web): 移除误提交的 dist.tar.gz 构建产物并加入 gitignore

- 删除 web/dist.tar.gz(构建产物,不应入库)
- web/.gitignore 增加 dist.tar.gz 防止再次误提交
- 记录补充:admin API 冒烟验证通过(密码不写入文档)
This commit is contained in:
weijuesen
2026-08-12 16:21:29 +08:00
parent fa01b1cb97
commit b7e3c22afe
5 changed files with 4 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ lerna-debug.log*
node_modules
dist
dist.tar.gz
dist-ssr
*.local