Files
webui4frpc/.gitignore
JianFeeeee 2292ee7f3a fix: 完善同事未完成的修改 — LAN 地址检测/画布删除撤销/连线删除按钮/Del 键/注释修正
- cmd/webui4frpc/main.go: 新增 primaryLANIPv4() 检测内网 LAN 地址,
  解决三台内网主机间集群发现失败 (reachableAddr 只回退到 hostname)
- internal/httpapi/handlers.go: applyCanvas 新增拓扑差异检测,
  画布删除连线时自动 RevokeTask 避免集群残留
- web/src/api.ts: 新增 addLink / deleteLink API 封装
- web/src/components/PortEdge.vue: × 删除按钮移到端口标签右上角 (绝对定位)
- web/src/views/CanvasView.vue: 启用 Del/Backspace 键删除选中连线
  (确认对话框 + 走 onDeleteEdge 逻辑), 修正注释
- embed dist 同步
2026-08-24 01:03:38 +08:00

34 lines
492 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 依赖
node_modules/
# 前端构建产物internal/httpapi/dist 供 Go embed需提交以便开箱编译
web/dist/
# Go 二进制
*.exe
*.test
/webui-frpc
/webui4frpc
# 运行时数据
*.db
data/
# 编辑器 / 系统
.DS_Store
*.log
# pi agent local state
.pi/
# docker demo staging (frp binaries)
frp-bin/
# local testing scripts, docker demo env, and screenshots (not for repo)
deploy/
gui-test-screenshots/
# vendored deps (regenerable; keep out of git)
vendor/
.pi-glla/