Skip to content

Commit 778d0ba

Browse files
authored
Update CHANGELOG & Fixed changing-wallpaper bug
1 parent c4d31f4 commit 778d0ba

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
- 为启动时的进度条添加背景色
4545

46-
- 添加应用程序的所有代码到 `window.script`
46+
- 添加应用程序的所有代码到 `window.js`
4747

4848
🟡 **变更**
4949

@@ -69,7 +69,7 @@
6969

7070
- 将本身的应用程序移到一个容器中且默认不显示
7171

72-
- 将应用程序的打开方式从调整 `z-index` `opacity ` 改为插入代码
72+
- 将应用程序的打开方式从调整 `z-index` `opacity` 改为插入代码
7373

7474
🔴 **移除**
7575

script/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function change_wall(wallpaper) {
176176
let wallpaperId = $$('wallpaper-looking-new');
177177
let wallpaperLooking = $$('by-looking-new');
178178
wallpaper = wallpaper.toLowerCase();
179-
alert(wallpaper);
180179
if (wallpaper == 'bigsur') {
181180
bg.style.backgroundImage = `url(./images/BigSur-Day.jpg)`;
182181
wallpaper_now = 'BigSur-Day';

0 commit comments

Comments
 (0)