⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(index.html): replace with new url

Fuwn cbae8390 72796bdb

+3 -3
+1 -1
gleam.toml
··· 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 4 4 name = "mayu" 5 - version = "0.1.5" 5 + version = "0.1.8" 6 6 gleam = ">= 1.2.0" 7 7 description = "Moe-Counter Compatible Website Hit Counter" 8 8 licenses = ["GPL-3.0-only"]
+2 -2
index.html
··· 226 226 <div class="counter"> 227 227 <img 228 228 id="example" 229 - src="https://counter.due.moe/get/@demo" 229 + src="https://mayu.due.moe/get/@demo" 230 230 alt="Example counter" 231 231 class="example-image" 232 232 /> ··· 284 284 themeValue = themeSelect.value; 285 285 } 286 286 287 - image.src = `https://counter.due.moe/get/@${inputValue}?theme=${themeValue}`; 287 + image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}`; 288 288 289 289 setCopyCodes(); 290 290 };