This commit is contained in:
haoouba
2021-03-27 22:55:45 +08:00
parent 174b2e75ce
commit 6e519a95c0
14 changed files with 1298 additions and 15119 deletions

View File

@@ -160,7 +160,7 @@ document.addEventListener('DOMContentLoaded', () => {
const style = $('.joe_aside__item.weather').attr('data-style');
const aqiColor = { 1: 'FFFFFF', 2: '4A4A4A', 3: 'FFFFFF' };
window.WIDGET = { CONFIG: { layout: 2, width: '220', height: '270', background: style, dataColor: aqiColor[style], language: 'zh', key: key } };
$.getScript('https://apip.weatherdt.com/standard/static/js/weather-standard.js?v=2.0');
$.getScript('http://apip.weatherdt.com/standard/static/js/weather-standard.js?v=2.0');
}
}

File diff suppressed because one or more lines are too long