From 484ba2488bed908aa21a8bd5ff975c0817d3c7be Mon Sep 17 00:00:00 2001 From: Sheng Fan Date: Sun, 11 Jun 2023 21:55:32 +0800 Subject: [PATCH] feat: optimize folder structures Co-authored-by: Monet Joe --- index.html | 23 +- {audio => static/audio}/cn/gululu.mp3 | Bin {audio => static/audio}/cn/gururu.mp3 | Bin ...1\345\235\217\346\216\211\344\272\206.mp3" | Bin .../\350\275\254\345\234\210\345\234\210.mp3" | Bin ...4\345\234\210\345\234\210\345\222\257.mp3" | Bin {audio => static/audio}/ja/kuru1.mp3 | Bin {audio => static/audio}/ja/kuru2.mp3 | Bin {audio => static/audio}/ja/kuruto.mp3 | Bin credits.json => static/credits/credits.json | 0 .../credits/credits.rawiconurl.json | 0 ...f43cf0c42c4b55db91a1f258beeb1b249d747e.jpg | Bin ...55609f3d0917631ac693802a0dd366c2d3556c.jpg | Bin ...24cb8ee772fe67f44ccc67ee002bdca3242064.jpg | Bin ...4915e50f36cd01283127ff1edd4b77d679c3a1.jpg | Bin ...6a01f9a9a75d6db4cda0a6af0f64668035c408.jpg | Bin ...87ed3947711ace1d350b806990a9640eb52757.jpg | Bin ...f10e69275761caab0892eea60589997bffa6b5.jpg | Bin ...c4726c2704ca7397a23ff8dfee50eb460622e7.jpg | Bin ...5c87bcadbdd8a8b55278746561ff835ceb9565.jpg | Bin ...a7f481e5a39e10c47c196afacf13a68e2037f0.jpg | Bin ...82e0e4562cac10e2f1e4f3021ebbdacb299210.jpg | Bin ...f98a1e38b58b7d0e772b29969ce41dba8a2817.jpg | Bin ...e4acdeb90c016909e531ecbdfab2fe3eb6f65f.jpg | Bin ...3a2f34d8ce0053323cda9b1d112bae7aea3602.jpg | Bin style.css => static/css/style.css | 2 +- {img => static/img}/card_cn.jpg | Bin {img => static/img}/card_en.jpg | Bin {img => static/img}/card_id.jpg | Bin {img => static/img}/card_ja.jpg | Bin {img => static/img}/card_kr.jpg | Bin {img => static/img}/card_pt.jpg | Bin {img => static/img}/favicon.ico | Bin {img => static/img}/favicon.png | Bin {img => static/img}/hertaa1.gif | Bin {img => static/img}/hertaa2.gif | Bin {img => static/img}/hertaa_github.gif | Bin script.js => static/js/script.js | 326 +++++++++--------- 38 files changed, 166 insertions(+), 185 deletions(-) rename {audio => static/audio}/cn/gululu.mp3 (100%) rename {audio => static/audio}/cn/gururu.mp3 (100%) rename "audio/cn/\350\246\201\345\235\217\346\216\211\344\272\206.mp3" => "static/audio/cn/\350\246\201\345\235\217\346\216\211\344\272\206.mp3" (100%) rename "audio/cn/\350\275\254\345\234\210\345\234\210.mp3" => "static/audio/cn/\350\275\254\345\234\210\345\234\210.mp3" (100%) rename "audio/cn/\350\275\254\345\234\210\345\234\210\345\222\257.mp3" => "static/audio/cn/\350\275\254\345\234\210\345\234\210\345\222\257.mp3" (100%) rename {audio => static/audio}/ja/kuru1.mp3 (100%) rename {audio => static/audio}/ja/kuru2.mp3 (100%) rename {audio => static/audio}/ja/kuruto.mp3 (100%) rename credits.json => static/credits/credits.json (100%) rename credits.rawiconurl.json => static/credits/credits.rawiconurl.json (100%) rename {credits => static/credits}/images/05f43cf0c42c4b55db91a1f258beeb1b249d747e.jpg (100%) rename {credits => static/credits}/images/0d55609f3d0917631ac693802a0dd366c2d3556c.jpg (100%) rename {credits => static/credits}/images/1324cb8ee772fe67f44ccc67ee002bdca3242064.jpg (100%) rename {credits => static/credits}/images/154915e50f36cd01283127ff1edd4b77d679c3a1.jpg (100%) rename {credits => static/credits}/images/5f6a01f9a9a75d6db4cda0a6af0f64668035c408.jpg (100%) rename {credits => static/credits}/images/6387ed3947711ace1d350b806990a9640eb52757.jpg (100%) rename {credits => static/credits}/images/68f10e69275761caab0892eea60589997bffa6b5.jpg (100%) rename {credits => static/credits}/images/71c4726c2704ca7397a23ff8dfee50eb460622e7.jpg (100%) rename {credits => static/credits}/images/785c87bcadbdd8a8b55278746561ff835ceb9565.jpg (100%) rename {credits => static/credits}/images/93a7f481e5a39e10c47c196afacf13a68e2037f0.jpg (100%) rename {credits => static/credits}/images/9882e0e4562cac10e2f1e4f3021ebbdacb299210.jpg (100%) rename {credits => static/credits}/images/b8f98a1e38b58b7d0e772b29969ce41dba8a2817.jpg (100%) rename {credits => static/credits}/images/cee4acdeb90c016909e531ecbdfab2fe3eb6f65f.jpg (100%) rename {credits => static/credits}/images/d43a2f34d8ce0053323cda9b1d112bae7aea3602.jpg (100%) rename style.css => static/css/style.css (99%) rename {img => static/img}/card_cn.jpg (100%) rename {img => static/img}/card_en.jpg (100%) rename {img => static/img}/card_id.jpg (100%) rename {img => static/img}/card_ja.jpg (100%) rename {img => static/img}/card_kr.jpg (100%) rename {img => static/img}/card_pt.jpg (100%) rename {img => static/img}/favicon.ico (100%) rename {img => static/img}/favicon.png (100%) rename {img => static/img}/hertaa1.gif (100%) rename {img => static/img}/hertaa2.gif (100%) rename {img => static/img}/hertaa_github.gif (100%) rename script.js => static/js/script.js (53%) diff --git a/index.html b/index.html index 78dab0e..056a5e3 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ Kuru Kuru~ - + - + @@ -19,21 +19,8 @@

Welcome to herta kuru

- img of herta + img of herta
-

The website for Herta, the annoying cutest genius Honkai: @@ -59,7 +46,7 @@

The kuru~ has been squished