| 
					
				 | 
			
			
				@@ -18,10 +18,10 @@ type Config struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			Category int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		Thumbnails struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			ControlPanel [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			Thumbnail1   [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			Thumbnail2   [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			Thumbnail3   [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			Thumbnail0 [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			Thumbnail1 [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			Thumbnail2 [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			Thumbnail3 [2]int 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	API struct { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -47,8 +47,8 @@ func (this *Config) configDefault() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	this.Shop.Pagination.Index = 9 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	this.Shop.Pagination.Category = 9 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	this.Shop.Thumbnails.ControlPanel[0] = 100 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	this.Shop.Thumbnails.ControlPanel[1] = 100 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	this.Shop.Thumbnails.Thumbnail0[0] = 100 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	this.Shop.Thumbnails.Thumbnail0[1] = 100 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	this.Shop.Thumbnails.Thumbnail1[0] = 200 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	this.Shop.Thumbnails.Thumbnail1[1] = 200 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	this.Shop.Thumbnails.Thumbnail2[0] = 250 
			 |