mirror of https://github.com/coddrago/Heroku
commit
482adc206e
|
@ -197,7 +197,7 @@ class TokenObtainment(InlineUnit):
|
|||
for msg in [
|
||||
"/setinline",
|
||||
button.text,
|
||||
"user@hikka:~$",
|
||||
"user@heroku:~$",
|
||||
"/setinlinefeedback",
|
||||
button.text,
|
||||
"Enabled",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
Heroku
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue