Additional minor improvements...

pull/44/head
archquise 2024-12-23 20:19:29 +04:00
parent 4ffba02cfe
commit 07bc3ceffa
6 changed files with 13 additions and 13 deletions

View File

@ -197,7 +197,7 @@ class TokenObtainment(InlineUnit):
for msg in [
"/setinline",
button.text,
"user@hikka:~$",
"user@heroku:~$",
"/setinlinefeedback",
button.text,
"Enabled",

View File

@ -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",

View File

@ -12,7 +12,7 @@
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<title>Hikka userbot</title>
<title>Heroku userbot</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>

View File

@ -53,13 +53,13 @@
<div class="wrapper">
<div class="blur main finish_block">
<div id="installation_icon"></div>
<div class="title">Hikka is installed</div>
<div class="title">Heroku is installed</div>
<div class="description">
Hikka is installed. You can close this page now.
Heroku is installed. You can close this page now.
<br>
<b>It might take a while for installation to fully complete. Please, be patient.</b>
<br>
<b>Hikka will restart and might send several configuration messages to complete the installation!</b>
<b>Heroku will restart and might send several configuration messages to complete the installation!</b>
<br>
<span style="font-size: 24px;">Check <span style="color:#28a0dc">Telegram</span> for a message from your <b>inline
bot</b></span>
@ -67,10 +67,10 @@
</div>
<div class="blur main installation">
<div class="title">
<div class="hikka_label">
<div class="heroku_label">
<div class="label_inner">
<img src="{{ platform_emoji }}" class="moon">
&nbsp;Hikka
<img src="{{ platform_emoji }}" class="ringed_planet">
&nbsp;Heroku
</div>
</div>
</div><br>

View File

@ -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;
}

View File

@ -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
}