Skip to content

Commit

Permalink
Update fetchhomepage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cumany committed Sep 13, 2022
1 parent 2d80b08 commit ed2211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 88-Template/script/fetchhomepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async function updateToday() {
const newDay = {
quotes: quote,
posters: await get_ciba(),
music: await getmusicinfo(),
// music: await getmusicinfo(),
themes: await get_BlueTopaz(),
weather: await getWeather(Settings[CITY]), //默认是自动获取,如果想获取在quicadd中设置
state: 0,
Expand Down

0 comments on commit ed2211b

Please sign in to comment.