mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	URLSchemes: let's support standard v2ray vmess URL Schemes
This commit is contained in:
		| @@ -36,9 +36,9 @@ class URLSchemes | ||||
|             "v" => "2", | ||||
|             "ps" => $server['name'], | ||||
|             "add" => $server['host'], | ||||
|             "port" => $server['port'], | ||||
|             "port" => (string)$server['port'], | ||||
|             "id" => $user['uuid'], | ||||
|             "aid" => $server['alter_id'], | ||||
|             "aid" => (string)$server['alter_id'], | ||||
|             "net" => $server['network'], | ||||
|             "type" => "none", | ||||
|             "host" => "", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user