add conditional compilation support
add multi core support
This commit is contained in:
Yuzuki616
2023-06-08 01:18:56 +08:00
parent 925542b515
commit d76c6a73eb
36 changed files with 1721 additions and 279 deletions

5
core/xray.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build xray
package core
import _ "github.com/Yuzuki616/V2bX/core/xray"