安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
On cwav in Wallpaper Engine:
1. Right-click and select "Open in Explorer."
2. Open the "index.html" in a text editor like Notepad, VS Code, etc.
3. Highlight this div:
<div id="loader" class="loader">
<div class="cycle">
<div class="cycle2"></div>
</div>
<div class="img"></div>
</div>
4. Press "CTRL + /" to comment it out.
5. It should now look like this (you could also paste this too if you want, I guess):
<!-- <div id="loader" class="loader">
<div class="cycle">
<div class="cycle2"></div>
</div>
<div class="img"></div>
</div> -->
6. Save the file ("CTRL + S").
7. Open the "js" folder.
8. Replace the "getStyle" function in "loader.js" with this:
getStyle() {
// Prevent error if loader is null
return this.loader ? this.loader.style : {}
}
9. Save the file ("CTRL + S").
10. Force closing and relaunching should be fine, but to be safe I would just restart your computer if you aren’t tech-savvy.
11. If something still does not feel right, I would switch to a different background and reload the one you're trying to use just to refresh it.
edit: If you go to "Default Content" > "imgs" and delete all the images, it helps load even quicker and you do not see a buggy default image load for a second before the background you actually want.