-
{{ 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 }})
作品内容
HTML BROWSER SOURCE CLOCK
https://youtu.be/vxMIVreDRrw?si=yGDHqZol9uKQR6jl
.html
OBSのブラウザソースに入れて使う
フォントやレイアウトなどはメモ帳で開いて編集できる























{
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;
}"
>