mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 07:36:24 +00:00 
			
		
		
		
	✨ 优化圆角样式
This commit is contained in:
		
							
								
								
									
										31
									
								
								liteyuki/resources/liteyuki_crt/templates/js/crt_route.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								liteyuki/resources/liteyuki_crt/templates/js/crt_route.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
// Copyright (c) 2024 SnowyKami Liteyuki Studio All Rights Reserved.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @type {{
 | 
			
		||||
 *   results: Array<{
 | 
			
		||||
 *       abstracts: string,
 | 
			
		||||
 *       createdDt: string,
 | 
			
		||||
 *       endStaName: string,
 | 
			
		||||
 *       startStaName: string,
 | 
			
		||||
 *       isValid: boolean,
 | 
			
		||||
 *       needTimeScope: number,
 | 
			
		||||
 *       needTransferTimes: number,
 | 
			
		||||
 *       price: number,
 | 
			
		||||
 *       skipGenerateSequence: boolean,
 | 
			
		||||
 *       transferLines: string,
 | 
			
		||||
 *       transferLinesColor: string,
 | 
			
		||||
 *       transferStaDerict: string,
 | 
			
		||||
 *       transferStaNames: string,
 | 
			
		||||
 *   }>
 | 
			
		||||
 * }}
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
const data = JSON.parse(document.getElementById("data").innerText);
 | 
			
		||||
const results = data["result"];
 | 
			
		||||
 | 
			
		||||
const solution_template = document.getElementById("route-template").innerText;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user