-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
作品内容
Windows用スクリーンセーバーです。ときめきません。
10年ほど前に少数配布したものが元ですが、データが発掘されたので近年のOSでも動くように微調整しました。
すでに元ネタ的な作品が過去のものであるため、旬を大きく逃していますが、ノスタルジックな感じでどうぞ。






















{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>