mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	fix: v2ray advance config
This commit is contained in:
		| @@ -319,6 +319,15 @@ class ServerService | |||||||
|             if (!empty($server[$i]['tags'])) { |             if (!empty($server[$i]['tags'])) { | ||||||
|                 $server[$i]['tags'] = json_decode($server[$i]['tags']); |                 $server[$i]['tags'] = json_decode($server[$i]['tags']); | ||||||
|             } |             } | ||||||
|  |             if (!empty($server[$i]['dnsSettings'])) { | ||||||
|  |                 $server[$i]['dnsSettings'] = json_decode($server[$i]['dnsSettings']); | ||||||
|  |             } | ||||||
|  |             if (!empty($server[$i]['tlsSettings'])) { | ||||||
|  |                 $server[$i]['tlsSettings'] = json_decode($server[$i]['tlsSettings']); | ||||||
|  |             } | ||||||
|  |             if (!empty($server[$i]['ruleSettings'])) { | ||||||
|  |                 $server[$i]['ruleSettings'] = json_decode($server[$i]['ruleSettings']); | ||||||
|  |             } | ||||||
|             $server[$i]['group_id'] = json_decode($server[$i]['group_id']); |             $server[$i]['group_id'] = json_decode($server[$i]['group_id']); | ||||||
|             $server[$i]['online'] = Cache::get(CacheKey::get('SERVER_V2RAY_ONLINE_USER', $server[$i]['parent_id'] ? $server[$i]['parent_id'] : $server[$i]['id'])); |             $server[$i]['online'] = Cache::get(CacheKey::get('SERVER_V2RAY_ONLINE_USER', $server[$i]['parent_id'] ? $server[$i]['parent_id'] : $server[$i]['id'])); | ||||||
|             if ($server[$i]['parent_id']) { |             if ($server[$i]['parent_id']) { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user