aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--gleam.toml2
-rw-r--r--index.html1
-rw-r--r--src/svg.gleam2
-rw-r--r--themes/lain/0.pngbin0 -> 293243 bytes
-rw-r--r--themes/lain/1.pngbin0 -> 290856 bytes
-rw-r--r--themes/lain/2.pngbin0 -> 292992 bytes
-rw-r--r--themes/lain/3.pngbin0 -> 293280 bytes
-rw-r--r--themes/lain/4.pngbin0 -> 293324 bytes
-rw-r--r--themes/lain/5.pngbin0 -> 293157 bytes
-rw-r--r--themes/lain/6.pngbin0 -> 293924 bytes
-rw-r--r--themes/lain/7.pngbin0 -> 291089 bytes
-rw-r--r--themes/lain/8.pngbin0 -> 294484 bytes
-rw-r--r--themes/lain/9.pngbin0 -> 293883 bytes
14 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58fe32d..a5cf765 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ Mayu additionally adds two database columns: `created_at` and `updated_at`, whic
- [Rule 34](https://rule34.xxx) (NSFW)
- [Gelbooru](https://gelbooru.com) (NSFW)
- [Urushi](https://x.com/udon0531/status/1350738347681959936)
+- [Lain Iwakura](https://x.com/lililjiliijili/status/869722811236929538)
## Licence
diff --git a/gleam.toml b/gleam.toml
index 1fad388..0adaffa 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -2,7 +2,7 @@
# https://gleam.run/writing-gleam/gleam-toml/.
name = "mayu"
-version = "0.1.9"
+version = "0.1.10"
gleam = ">= 1.2.0"
description = "Moe-Counter Compatible Website Hit Counter"
licenses = ["GPL-3.0-only"]
diff --git a/index.html b/index.html
index 42b4ef0..286dd18 100644
--- a/index.html
+++ b/index.html
@@ -210,6 +210,7 @@
<option value="moebooru-h">moebooru-h</option>
<option value="rule34">rule34</option>
<option value="urushi">urushi</option>
+ <option value="lain">lain</option>
</select>
<p class="attribution attribution-1">
diff --git a/src/svg.gleam b/src/svg.gleam
index b36a88d..6e86231 100644
--- a/src/svg.gleam
+++ b/src/svg.gleam
@@ -33,7 +33,7 @@ fn images(theme, digits, width, height, svgs) {
<> int.to_string(digit)
<> "."
<> case theme {
- "gelbooru-h" | "moebooru-h" -> "png"
+ "gelbooru-h" | "moebooru-h" | "lain" -> "png"
_ -> "gif"
},
)
diff --git a/themes/lain/0.png b/themes/lain/0.png
new file mode 100644
index 0000000..e700a05
--- /dev/null
+++ b/themes/lain/0.png
Binary files differ
diff --git a/themes/lain/1.png b/themes/lain/1.png
new file mode 100644
index 0000000..165e4d3
--- /dev/null
+++ b/themes/lain/1.png
Binary files differ
diff --git a/themes/lain/2.png b/themes/lain/2.png
new file mode 100644
index 0000000..70ef081
--- /dev/null
+++ b/themes/lain/2.png
Binary files differ
diff --git a/themes/lain/3.png b/themes/lain/3.png
new file mode 100644
index 0000000..107b92f
--- /dev/null
+++ b/themes/lain/3.png
Binary files differ
diff --git a/themes/lain/4.png b/themes/lain/4.png
new file mode 100644
index 0000000..cd0266a
--- /dev/null
+++ b/themes/lain/4.png
Binary files differ
diff --git a/themes/lain/5.png b/themes/lain/5.png
new file mode 100644
index 0000000..8959117
--- /dev/null
+++ b/themes/lain/5.png
Binary files differ
diff --git a/themes/lain/6.png b/themes/lain/6.png
new file mode 100644
index 0000000..6c7aff0
--- /dev/null
+++ b/themes/lain/6.png
Binary files differ
diff --git a/themes/lain/7.png b/themes/lain/7.png
new file mode 100644
index 0000000..bd67ef4
--- /dev/null
+++ b/themes/lain/7.png
Binary files differ
diff --git a/themes/lain/8.png b/themes/lain/8.png
new file mode 100644
index 0000000..052b346
--- /dev/null
+++ b/themes/lain/8.png
Binary files differ
diff --git a/themes/lain/9.png b/themes/lain/9.png
new file mode 100644
index 0000000..cf454bd
--- /dev/null
+++ b/themes/lain/9.png
Binary files differ