mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 00:36:26 +00:00 
			
		
		
		
	✨ 修改启动逻辑和插件加载逻辑
This commit is contained in:
		@@ -119,7 +119,7 @@ weatherDaily['daily'].forEach(
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
function get_time_hour(fxTime) {
 | 
			
		||||
//     fxTime 2024-05-03T02:00+08:00'
 | 
			
		||||
//     fxTime 2024-05-03T02:00+/-08:00'
 | 
			
		||||
    fxTime = fxTime.replace("-", "+")
 | 
			
		||||
    return fxTime.split("T")[1].split("+")[0]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user