aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-01 04:24:33 -0700
committerFuwn <[email protected]>2024-07-01 04:24:33 -0700
commit342fd6503d5cf188b495001b8344f973064725b5 (patch)
tree7a08719e2f4597fc0488f506117818fa74af8f1c
parent08bbb6379fe178a6e18f2a4d777288c5e76c91fa (diff)
downloadmayu-0.1.11.tar.xz
mayu-0.1.11.zip
feat: garukura themev0.1.11
-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/garukura/0.pngbin0 -> 1919813 bytes
-rw-r--r--themes/garukura/1.pngbin0 -> 2104637 bytes
-rw-r--r--themes/garukura/2.pngbin0 -> 1917042 bytes
-rw-r--r--themes/garukura/3.pngbin0 -> 1715012 bytes
-rw-r--r--themes/garukura/4.pngbin0 -> 1838716 bytes
-rw-r--r--themes/garukura/5.pngbin0 -> 1707824 bytes
-rw-r--r--themes/garukura/6.pngbin0 -> 1763591 bytes
-rw-r--r--themes/garukura/7.pngbin0 -> 1919737 bytes
-rw-r--r--themes/garukura/8.pngbin0 -> 2032761 bytes
-rw-r--r--themes/garukura/9.pngbin0 -> 2205103 bytes
14 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5cf765..ab8638b 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ Mayu additionally adds two database columns: `created_at` and `updated_at`, whic
- [Gelbooru](https://gelbooru.com) (NSFW)
- [Urushi](https://x.com/udon0531/status/1350738347681959936)
- [Lain Iwakura](https://x.com/lililjiliijili/status/869722811236929538)
+- [GaruKura](https://www.pixiv.net/artworks/119693017)
## Licence
diff --git a/gleam.toml b/gleam.toml
index 0adaffa..4d859fb 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -2,7 +2,7 @@
# https://gleam.run/writing-gleam/gleam-toml/.
name = "mayu"
-version = "0.1.10"
+version = "0.1.11"
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 286dd18..681f779 100644
--- a/index.html
+++ b/index.html
@@ -211,6 +211,7 @@
<option value="rule34">rule34</option>
<option value="urushi">urushi</option>
<option value="lain">lain</option>
+ <option value="garukura">garukura</option>
</select>
<p class="attribution attribution-1">
diff --git a/src/svg.gleam b/src/svg.gleam
index 6e86231..aab2735 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" | "lain" -> "png"
+ "gelbooru-h" | "moebooru-h" | "lain" | "garukura" -> "png"
_ -> "gif"
},
)
diff --git a/themes/garukura/0.png b/themes/garukura/0.png
new file mode 100644
index 0000000..277f43e
--- /dev/null
+++ b/themes/garukura/0.png
Binary files differ
diff --git a/themes/garukura/1.png b/themes/garukura/1.png
new file mode 100644
index 0000000..ba996d1
--- /dev/null
+++ b/themes/garukura/1.png
Binary files differ
diff --git a/themes/garukura/2.png b/themes/garukura/2.png
new file mode 100644
index 0000000..8d7de10
--- /dev/null
+++ b/themes/garukura/2.png
Binary files differ
diff --git a/themes/garukura/3.png b/themes/garukura/3.png
new file mode 100644
index 0000000..24ca669
--- /dev/null
+++ b/themes/garukura/3.png
Binary files differ
diff --git a/themes/garukura/4.png b/themes/garukura/4.png
new file mode 100644
index 0000000..a071636
--- /dev/null
+++ b/themes/garukura/4.png
Binary files differ
diff --git a/themes/garukura/5.png b/themes/garukura/5.png
new file mode 100644
index 0000000..6dffe36
--- /dev/null
+++ b/themes/garukura/5.png
Binary files differ
diff --git a/themes/garukura/6.png b/themes/garukura/6.png
new file mode 100644
index 0000000..9697d35
--- /dev/null
+++ b/themes/garukura/6.png
Binary files differ
diff --git a/themes/garukura/7.png b/themes/garukura/7.png
new file mode 100644
index 0000000..7656fd8
--- /dev/null
+++ b/themes/garukura/7.png
Binary files differ
diff --git a/themes/garukura/8.png b/themes/garukura/8.png
new file mode 100644
index 0000000..5f6b9e1
--- /dev/null
+++ b/themes/garukura/8.png
Binary files differ
diff --git a/themes/garukura/9.png b/themes/garukura/9.png
new file mode 100644
index 0000000..978e16e
--- /dev/null
+++ b/themes/garukura/9.png
Binary files differ