rebuild: split core into separate repo; move wg-go integration to internal/ctr/corebind

- go.mod: require git.zkcoi.com/zkcoi/meshray/core, replace => ../Meshray
- internal/ctr/corebind: EnhancedBind + registry + adapter (wg-go integration isolated)
- cmd/mr-wg migrated from old core/cmd/meshray-core
- core/ removed; CHANGELOG updated; fix checkdb vet warning
This commit is contained in:
2026-07-15 16:08:13 +08:00
parent 15dab96872
commit 59e3059246
39 changed files with 2350 additions and 4361 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ echo.
REM 检查后端是否已编译
if not exist "meshray.exe" (
echo [1/3] 正在编译后端...
go build -o meshray.exe
go build -o meshray.exe ./cmd/meshray
if errorlevel 1 (
echo ❌ 后端编译失败!
pause