Merge pull request #44 from archquise/v1.6.8

Additional minor improvements....
pull/49/head
Who? 2024-12-23 23:31:40 +07:00 committed by GitHub
commit 482adc206e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 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

@ -67,7 +67,7 @@
</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="ringed_planet">
&nbsp;Heroku

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
}