安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Hello, how can I add my own text to the wallpaper?
Please reply me is you are seeing .
I have an offer for you!
こんにちは、なぜ私の壁紙は時間の経過とともに変化しないのですか? 表紙には写真が3枚あることが示されていますが、実際の使用では、私のコンピューターには写真が1枚しかなく、変更されません。 どのように設定すればよいですか? 返信を希望します、ありがとう
Hello, why doesn't my wallpaper change over time? The cover shows that there are three photos, but in actual use, my computer only has one photo and it will not change. How should I set it up? Hope to reply, thank you
In respect for that, I plan on updating this at some point to accommodate many of the ideas that you all have mentioned. I would really like to see that everyone is able to experience and enjoy this wallpaper.
As for a specific date I cannot be certain. I have been very busy with work and am getting ready to move soon. Once everything calms down, I'll be ready to work on this again. I'm also going over some web development course material right now, which means I might have a few new tricks and ideas to apply when I do.
avail_height was used to make sure that the clock stays above the taskbar at the bottom of the screen. I never made an avail length.
I realize now that more and more people are interested in moving the location of the clock. This will be an added feature later this year when I have time to pick this back up and work on it.
function rescaleWindow(){
avail_height=screen.availHeight,
time_block.style.top="30%",
time_block.style.left="50%",
time_block.style.transform="translate(-50%)"
}
The real usage is as follows:
sunrise means the transition between night and morning, sunset is the time when the sun sets, but there is a certain time before night.
So what you need is that sunset+duration is the time to deal with dusk to night, and day to dusk is the time of sunrise+duration.
写给使用者:
真正用法是如下:sunrise的意思是过渡夜晚和早上,sunset是太阳落下的时机,但距离夜晚是有一段时间的。所以你需要的是在sunset+duration是处理黄昏到夜晚的时机,而白天到黄昏则是sunrise+duration的时机。
Many people report that the mode with only two states is not a problem with the code, but the difference between the user and the author's understanding.
When I first used this software yesterday, as a programmer, I was confused and asked myself: What is the night mode like?
Because you only gave me a value of 'sunrise' and 'sunset', plus a 'duration'.
At this time, my understanding is that it is night after the time of 'sunset'+'duration'.
Although I understood correctly, I discovered in the morning that the background image turned into dusk.
After checking your js code, I found that your intention is to use 'duration' to make the duration of dusk.
This is an interesting idea, but it is difficult to understand by general users.
The needs of users are endless, you need to know what you are doing!
----------------In order to make this comment, I spent $5 because of that damn lock zone--------------
Please let me know if this is not the case.
I would like to address some of the comments regarding potential feature updates. I've had two people so far mention the ability to adjust the image. In addition, I've also had requests for weather and music options.
Adjusting the image is definitely something that can be done and I will be looking into this sometime this year. I recently started a software engineering job which keeps me fairly busy so I have no definitive answer as to when it might be done.
Again thank you all for downloading my wallpaper, cheers!