diff options
| author | Jad <[email protected]> | 2022-03-03 08:24:37 +0000 |
|---|---|---|
| committer | Jad <[email protected]> | 2022-03-03 08:24:37 +0000 |
| commit | 5dc3b403465474aee397a73a6f0371c589bd6b92 (patch) | |
| tree | 14f5b416c3b12ad8d201031e2951ac96356f7c14 | |
| parent | add: index page use google analytics (diff) | |
| download | counter-5dc3b403465474aee397a73a6f0371c589bd6b92.tar.xz counter-5dc3b403465474aee397a73a6f0371c589bd6b92.zip | |
add new theme: asoul
| -rw-r--r-- | assets/theme/asoul/0.gif | bin | 0 -> 2660 bytes | |||
| -rw-r--r-- | assets/theme/asoul/1.gif | bin | 0 -> 2087 bytes | |||
| -rw-r--r-- | assets/theme/asoul/2.gif | bin | 0 -> 2307 bytes | |||
| -rw-r--r-- | assets/theme/asoul/3.gif | bin | 0 -> 2313 bytes | |||
| -rw-r--r-- | assets/theme/asoul/4.gif | bin | 0 -> 2353 bytes | |||
| -rw-r--r-- | assets/theme/asoul/5.gif | bin | 0 -> 2549 bytes | |||
| -rw-r--r-- | assets/theme/asoul/6.gif | bin | 0 -> 2561 bytes | |||
| -rw-r--r-- | assets/theme/asoul/7.gif | bin | 0 -> 2387 bytes | |||
| -rw-r--r-- | assets/theme/asoul/8.gif | bin | 0 -> 2150 bytes | |||
| -rw-r--r-- | assets/theme/asoul/9.gif | bin | 0 -> 2172 bytes | |||
| -rw-r--r-- | views/index.pug | 5 |
11 files changed, 5 insertions, 0 deletions
diff --git a/assets/theme/asoul/0.gif b/assets/theme/asoul/0.gif Binary files differnew file mode 100644 index 0000000..e21dc4a --- /dev/null +++ b/assets/theme/asoul/0.gif diff --git a/assets/theme/asoul/1.gif b/assets/theme/asoul/1.gif Binary files differnew file mode 100644 index 0000000..30d9ac7 --- /dev/null +++ b/assets/theme/asoul/1.gif diff --git a/assets/theme/asoul/2.gif b/assets/theme/asoul/2.gif Binary files differnew file mode 100644 index 0000000..2612718 --- /dev/null +++ b/assets/theme/asoul/2.gif diff --git a/assets/theme/asoul/3.gif b/assets/theme/asoul/3.gif Binary files differnew file mode 100644 index 0000000..f652832 --- /dev/null +++ b/assets/theme/asoul/3.gif diff --git a/assets/theme/asoul/4.gif b/assets/theme/asoul/4.gif Binary files differnew file mode 100644 index 0000000..294936a --- /dev/null +++ b/assets/theme/asoul/4.gif diff --git a/assets/theme/asoul/5.gif b/assets/theme/asoul/5.gif Binary files differnew file mode 100644 index 0000000..bc989ed --- /dev/null +++ b/assets/theme/asoul/5.gif diff --git a/assets/theme/asoul/6.gif b/assets/theme/asoul/6.gif Binary files differnew file mode 100644 index 0000000..0b97005 --- /dev/null +++ b/assets/theme/asoul/6.gif diff --git a/assets/theme/asoul/7.gif b/assets/theme/asoul/7.gif Binary files differnew file mode 100644 index 0000000..5df79c6 --- /dev/null +++ b/assets/theme/asoul/7.gif diff --git a/assets/theme/asoul/8.gif b/assets/theme/asoul/8.gif Binary files differnew file mode 100644 index 0000000..b03b7b1 --- /dev/null +++ b/assets/theme/asoul/8.gif diff --git a/assets/theme/asoul/9.gif b/assets/theme/asoul/9.gif Binary files differnew file mode 100644 index 0000000..81d87a3 --- /dev/null +++ b/assets/theme/asoul/9.gif diff --git a/views/index.pug b/views/index.pug index 863c4cb..fa2dadf 100644 --- a/views/index.pug +++ b/views/index.pug @@ -44,6 +44,8 @@ html summary(style='display: inline-block;', onclick='_evt_push("click", "normal", "more_theme")') h3(style='display: inline-block; cursor: pointer;') More theme p(style='margin: 0;') Just use the query parameters <code>theme</code>, like this: <code>https://count.getloli.com/get/@:name?theme=moebooru</code> + h5 asoul + img(src='https://count.getloli.com/get/@demo?theme=asoul', alt='A-SOUL') h5 moebooru img(src='https://count.getloli.com/get/@demo?theme=moebooru', alt='Moebooru') h5 moebooru-h @@ -60,6 +62,8 @@ html li a(href='https://repl.it/', target='_blank', rel='nofollow') repl.it li + a(href='https://www.asoulworld.com/', target='_blank', title='A-SOUL导航站(非官方)') A-SOUL + li a(href='https://github.com/moebooru/moebooru', target='_blank', rel='nofollow') moebooru li a(href='javascript:alert("!!! NSFW LINK !!!\\nPlease enter the url manually")') rule34.xxx @@ -76,6 +80,7 @@ html input#name(type='text', placeholder=':name', style='display: inline-block; width: 80px; height: 1.4em; line-height: 1.4em; margin: 0 4px; vertical-align: middle;') code ?theme= select#theme(style='display: inline-block; height: 1.6em; line-height: 1.6em; font-size: 14px; margin: 0 4px; padding: 0 4px; vertical-align: middle;') + option(value='asoul') asoul option(value='moebooru') moebooru option(value='moebooru-h') moebooru-h option(value='rule34') rule34 |