We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d31f4 commit 778d0baCopy full SHA for 778d0ba
2 files changed
CHANGELOG.md
@@ -43,7 +43,7 @@
43
44
- 为启动时的进度条添加背景色
45
46
-- 添加应用程序的所有代码到 `window.script` 中
+- 添加应用程序的所有代码到 `window.js` 中
47
48
🟡 **变更**
49
@@ -69,7 +69,7 @@
69
70
- 将本身的应用程序移到一个容器中且默认不显示
71
72
-- 将应用程序的打开方式从调整 `z-index` `opacity ` 改为插入代码
+- 将应用程序的打开方式从调整 `z-index` `opacity` 改为插入代码
73
74
🔴 **移除**
75
script/script.js
@@ -176,7 +176,6 @@ function change_wall(wallpaper) {
176
let wallpaperId = $$('wallpaper-looking-new');
177
let wallpaperLooking = $$('by-looking-new');
178
wallpaper = wallpaper.toLowerCase();
179
- alert(wallpaper);
180
if (wallpaper == 'bigsur') {
181
bg.style.backgroundImage = `url(./images/BigSur-Day.jpg)`;
182
wallpaper_now = 'BigSur-Day';
0 commit comments