mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-10-31 19:36:24 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/main'
This commit is contained in:
		| @@ -86,11 +86,11 @@ weatherHourly['hourly'].forEach( | ||||
|  | ||||
| let maxDailyItem = 7 | ||||
| // 第一和第二天用today和tomorrow,后面用星期X英文小写 | ||||
| let daysStandard = ['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'] | ||||
| let daysStandard = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'] | ||||
| let todayDay = new Date().getDay() | ||||
| let days = [localData['today'], localData['tomorrow']] | ||||
| for (let i = 0; i < 5; i++) { | ||||
|     days.push(localData[daysStandard[(todayDay + i) % 7]]) | ||||
|     days.push(localData[daysStandard[(todayDay+2+i) % 7]]) | ||||
| } | ||||
| weatherDaily['daily'].forEach( | ||||
|     (item, index) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user