mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-20 00:48:00 +00:00
- cmd/gui: Electron shell (Clash-Verge style) embedding the full WebUI 1:1 - embedded llmsproxy core (luajit) with auto-generated profile - key stored in keys[] (non-seed) so no replace-the-key warning - gw_key cookie injection: web UI works without login - side-rail toggles for autostart / silent start - system tray with status + controls, silent start (--silent) - win cross-build (mingw luajit exe + dll) / deb / AppImage via electron-builder - Makefile: build / gui / gui-dist / gui-deb / gui-win targets - README: desktop GUI section - lua(adapter): opencode normalizes non-whitelisted roles to system
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
/bin/
|
|
/llmsproxy
|
|
/config.yaml
|
|
/adapters/
|
|
/runtime.json
|
|
/master.key
|
|
*.logmaster.key
|
|
# GUI (Electron)
|
|
cmd/gui/node_modules/
|
|
cmd/gui/bin/
|
|
cmd/gui/build/gui-dist/
|
|
cmd/build/
|
|
cmd/gui/*.log
|
|
# workspace
|
|
.pi/
|
|
/build/
|