Wallpaper Engine:壁纸引擎

Wallpaper Engine:壁纸引擎

哔哩哔哩音频响应壁纸
Pitou 2022 年 8 月 22 日 上午 6:06
English version and phone text fix
I spent a few hours trying to find a fix for this and this worked.

You can download the English version from this site:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1853178152

For phone text fix:
- Right-click the wallpaper in the wallpaper engine and click "Open in Explorer"
- Right-click on bb.html and open it with any text editor
- Ctrl+F and paste this "phoneText.sort"
- Find a line with this text "phoneText = phoneText.sort((a, b) => a.time < b.time)"
- Replace that line with this "phoneText = phoneText.sort(function(a, b) {return b.time-a.time;})"
- Save the file

That should fix the phone text problem. I also manage to remove the second from the clock, make the calendar start with Monday, and lower PC and phone brightness. This is what my wallpaper looks like now https://imgur.com/a/yo2Aacv

Let me know if you want to see any more changes. I will try my best with my little coding knowledge to make it work.
最后由 Pitou 编辑于; 2022 年 8 月 22 日 上午 7:16