|  |  |  | @ -13,6 +13,7 @@ json.array! shixuns do |shixun| | 
			
		
	
		
			
				
					|  |  |  |  |   json.identifier shixun.identifier | 
			
		
	
		
			
				
					|  |  |  |  |   json.name shixun.name | 
			
		
	
		
			
				
					|  |  |  |  |   json.status shixun.status | 
			
		
	
		
			
				
					|  |  |  |  |   json.is_jupyter shixun.is_jupyter? | 
			
		
	
		
			
				
					|  |  |  |  |   json.power (current_user.shixun_permission(shixun)) # 现在首页只显示已发布的实训 | 
			
		
	
		
			
				
					|  |  |  |  |   # REDO: 局部缓存 | 
			
		
	
		
			
				
					|  |  |  |  |   json.tag_name @tag_name_map&.fetch(shixun.id, nil) || shixun.tag_repertoires.first.try(:name) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |