SerinaNya SerinaNya
SerinaNya created branch patch-4 in SerinaNya/KLALB 2026-08-28 23:14:12 +08:00
SerinaNya pushed to main at SerinaNya/KLALB-dashboard 2026-08-28 23:14:12 +08:00
0b705f9ba0 feat(topology): show extra routes in node details
SerinaNya pushed to master at SerinaNya/KLALB 2026-08-28 17:00:44 +08:00
7896ee6638 🙈 add omo-slim files to .gitignore
SerinaNya pushed to patch-javafx-1 at SerinaNya/KLALB 2026-08-28 16:58:37 +08:00
7d29d72381 feat: JavaFX 初实现
c907e52478 add ui-ux-pro-max skill for javafx design
Compare 2 commits »
SerinaNya created branch patch-javafx-1 in SerinaNya/KLALB 2026-08-28 16:58:37 +08:00
SerinaNya commented on pull request KNEMC/KLALB#4 2026-08-28 16:56:19 +08:00
refactor(web): remove obsolete interfaces endpoint

之前误删了 fastcopy.dll,现在恢复

SerinaNya pushed to master at SerinaNya/KLALB 2026-08-28 16:54:02 +08:00
ed94423855 🚑 recover fastcopy.dll
SerinaNya created pull request KNEMC/KLALB#4 2026-08-27 23:21:32 +08:00
refactor(web): remove obsolete interfaces endpoint
SerinaNya pushed to main at SerinaNya/KLALB-dashboard 2026-08-27 23:19:56 +08:00
89474b9e91 feat(dashboard)!: add routing table and split endpoint settings
SerinaNya pushed to master at SerinaNya/KLALB 2026-08-27 23:19:56 +08:00
c3172a04b1 refactor(web)!: remove obsolete interfaces endpoint
SerinaNya pushed to master at SerinaNya/KLALB 2026-08-26 21:32:00 +08:00
cc803f47a7 feat(web): add /api/node-info endpoint for on-demand node detail queries
3bb95988fc 增加enableTUN checkbox
Compare 2 commits »
SerinaNya created pull request KNEMC/KLALB#3 2026-08-26 21:28:24 +08:00
feat(web): add /api/node-info endpoint for on-demand node detail queries
SerinaNya pushed to patch-3 at SerinaNya/KLALB 2026-08-26 21:28:02 +08:00
8714a2ff9d feat(web): add /api/node-info endpoint for on-demand node detail queries
SerinaNya created branch patch-3 in SerinaNya/KLALB 2026-08-26 21:28:02 +08:00
SerinaNya pushed to main at SerinaNya/KLALB-dashboard 2026-08-26 21:27:51 +08:00
ad94d2c274 feat(topology): add device description support and polish UI layouts
SerinaNya pushed to master at SerinaNya/KLALB 2026-08-26 20:28:57 +08:00
e87e3bb953 remove existed klalb-config.json
41db17f1ec remove klalb-config.json
61868fe93e feat(config): switch webPort to URI-style webListen address
9cea5ed493 feat(gui): add enable-Web-API toggle and web port settings
e0296e0ccd feat(srv6)!: replace openlines query with tiny/full node-info API
Compare 13 commits »
SerinaNya pushed to main at SerinaNya/KLALB-dashboard 2026-08-26 19:42:34 +08:00
f38d640ac4 feat(settings): use webListen URI format for Web API address
SerinaNya pushed to patch-2 at SerinaNya/KLALB 2026-08-26 19:42:34 +08:00
61868fe93e feat(config): switch webPort to URI-style webListen address
SerinaNya pushed to patch-2 at SerinaNya/KLALB 2026-08-26 00:36:29 +08:00
9cea5ed493 feat(gui): add enable-Web-API toggle and web port settings
SerinaNya commented on pull request KNEMC/KLALB#2 2026-08-26 00:26:54 +08:00
impl Web UI (dashboard)

About e0296e0ccd


1. 节点信息查询协议(srv6)

  • 移除旧的 openlinesreq/resp 报文类型,替换为两类查询接口: …