diff options
| author | Fuwn <[email protected]> | 2024-06-23 01:59:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 01:59:33 -0700 |
| commit | 08bbb6379fe178a6e18f2a4d777288c5e76c91fa (patch) | |
| tree | c9785f6f43eaf06347e92c21170f2d30b0744989 | |
| parent | ec3eb50f213aa40f1dc9c1fe4dfce0d74a987284 (diff) | |
| download | mayu-0.1.10.tar.xz mayu-0.1.10.zip | |
feat(themes): lain themev0.1.10
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | gleam.toml | 2 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | src/svg.gleam | 2 | ||||
| -rw-r--r-- | themes/lain/0.png | bin | 0 -> 293243 bytes | |||
| -rw-r--r-- | themes/lain/1.png | bin | 0 -> 290856 bytes | |||
| -rw-r--r-- | themes/lain/2.png | bin | 0 -> 292992 bytes | |||
| -rw-r--r-- | themes/lain/3.png | bin | 0 -> 293280 bytes | |||
| -rw-r--r-- | themes/lain/4.png | bin | 0 -> 293324 bytes | |||
| -rw-r--r-- | themes/lain/5.png | bin | 0 -> 293157 bytes | |||
| -rw-r--r-- | themes/lain/6.png | bin | 0 -> 293924 bytes | |||
| -rw-r--r-- | themes/lain/7.png | bin | 0 -> 291089 bytes | |||
| -rw-r--r-- | themes/lain/8.png | bin | 0 -> 294484 bytes | |||
| -rw-r--r-- | themes/lain/9.png | bin | 0 -> 293883 bytes |
14 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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"] @@ -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 Binary files differnew file mode 100644 index 0000000..e700a05 --- /dev/null +++ b/themes/lain/0.png diff --git a/themes/lain/1.png b/themes/lain/1.png Binary files differnew file mode 100644 index 0000000..165e4d3 --- /dev/null +++ b/themes/lain/1.png diff --git a/themes/lain/2.png b/themes/lain/2.png Binary files differnew file mode 100644 index 0000000..70ef081 --- /dev/null +++ b/themes/lain/2.png diff --git a/themes/lain/3.png b/themes/lain/3.png Binary files differnew file mode 100644 index 0000000..107b92f --- /dev/null +++ b/themes/lain/3.png diff --git a/themes/lain/4.png b/themes/lain/4.png Binary files differnew file mode 100644 index 0000000..cd0266a --- /dev/null +++ b/themes/lain/4.png diff --git a/themes/lain/5.png b/themes/lain/5.png Binary files differnew file mode 100644 index 0000000..8959117 --- /dev/null +++ b/themes/lain/5.png diff --git a/themes/lain/6.png b/themes/lain/6.png Binary files differnew file mode 100644 index 0000000..6c7aff0 --- /dev/null +++ b/themes/lain/6.png diff --git a/themes/lain/7.png b/themes/lain/7.png Binary files differnew file mode 100644 index 0000000..bd67ef4 --- /dev/null +++ b/themes/lain/7.png diff --git a/themes/lain/8.png b/themes/lain/8.png Binary files differnew file mode 100644 index 0000000..052b346 --- /dev/null +++ b/themes/lain/8.png diff --git a/themes/lain/9.png b/themes/lain/9.png Binary files differnew file mode 100644 index 0000000..cf454bd --- /dev/null +++ b/themes/lain/9.png |