mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 00:47:57 +00:00
- 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 同步
34 lines
492 B
Plaintext
34 lines
492 B
Plaintext
# 依赖
|
||
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/
|