From 07bc3ceffac635816cfa12f17d712a6317afc457 Mon Sep 17 00:00:00 2001 From: archquise <132282587+archquise@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:19:29 +0400 Subject: [PATCH] Additional minor improvements... --- hikka/inline/token_obtainment.py | 2 +- hikka/web/root.py | 2 +- web-resources/base.jinja2 | 2 +- web-resources/root.jinja2 | 12 ++++++------ web-resources/static/base.css | 4 ++-- web-resources/static/base.min.css | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hikka/inline/token_obtainment.py b/hikka/inline/token_obtainment.py index 8681ee7..0661f26 100644 --- a/hikka/inline/token_obtainment.py +++ b/hikka/inline/token_obtainment.py @@ -197,7 +197,7 @@ class TokenObtainment(InlineUnit): for msg in [ "/setinline", button.text, - "user@hikka:~$", + "user@heroku:~$", "/setinlinefeedback", button.text, "Enabled", diff --git a/hikka/web/root.py b/hikka/web/root.py index 715f091..c407fca 100644 --- a/hikka/web/root.py +++ b/hikka/web/root.py @@ -80,7 +80,7 @@ class Web: @property def _platform_emoji(self) -> str: return { - "vds": "https://github.com/hikariatama/assets/raw/master/waning-crescent-moon_1f318.png", + "vds": "https://github.com/iamcal/emoji-data/raw/master/img-apple-64/1fa90.png", "lavhost": "https://github.com/hikariatama/assets/raw/master/victory-hand_270c-fe0f.png", "termux": "https://github.com/hikariatama/assets/raw/master/smiling-face-with-sunglasses_1f60e.png", "docker": "https://github.com/hikariatama/assets/raw/master/spouting-whale_1f433.png", diff --git a/web-resources/base.jinja2 b/web-resources/base.jinja2 index 55c765a..72dc053 100644 --- a/web-resources/base.jinja2 +++ b/web-resources/base.jinja2 @@ -12,7 +12,7 @@ - Hikka userbot + Heroku userbot diff --git a/web-resources/root.jinja2 b/web-resources/root.jinja2 index 49ba3bf..2ece53d 100644 --- a/web-resources/root.jinja2 +++ b/web-resources/root.jinja2 @@ -53,13 +53,13 @@
-
Hikka is installed
+
Heroku is installed
- Hikka is installed. You can close this page now. + Heroku is installed. You can close this page now.
It might take a while for installation to fully complete. Please, be patient.
- Hikka will restart and might send several configuration messages to complete the installation! + Heroku will restart and might send several configuration messages to complete the installation!
Check Telegram for a message from your inline bot @@ -67,10 +67,10 @@
-
+
- -  Hikka + +  Heroku

diff --git a/web-resources/static/base.css b/web-resources/static/base.css index b97455c..c668f46 100644 --- a/web-resources/static/base.css +++ b/web-resources/static/base.css @@ -752,7 +752,7 @@ label { background: rgba(255, 255, 255, 0.8); } -.hikka_label { +.heroku_label { display: inline-block; background: #fff; padding: 10px 15px; @@ -767,6 +767,6 @@ label { display: flex; } -.moon { +.ringed_planet { height: 30px; } \ No newline at end of file diff --git a/web-resources/static/base.min.css b/web-resources/static/base.min.css index 6898844..b80efb4 100644 --- a/web-resources/static/base.min.css +++ b/web-resources/static/base.min.css @@ -728,7 +728,7 @@ label { background: #ffffffcc } -.hikka_label { +.heroku_label { display: inline-block; background: #fff; padding: 10px 15px; @@ -743,6 +743,6 @@ label { display: flex } -.moon { +.ringed_planet { height: 30px } \ No newline at end of file