-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
835cb36
commit 2d7a3d1
Showing
3 changed files
with
63 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,11 @@ | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||
<script defer src="https://cdn.jsdelivr.net/npm/@monaco-editor/[email protected]/lib/umd/monaco-loader.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./favicon.ico"> | ||
|
||
|
||
<script type="module" crossorigin src="./assets/index-ChPUFYFo.js"></script> | ||
<script type="module" crossorigin src="./assets/index-BFvUFyQr.js"></script> | ||
<link rel="stylesheet" crossorigin href="./assets/index-Grbd-L5t.css"> | ||
</head> | ||
|
||
|
@@ -18,6 +19,18 @@ <h2>Telegram Bot Playground 🤖 </h2> | |
|
||
<div style="display: flex; gap: 20px; justify-content: center;"> | ||
|
||
<label x-show="$store.state.bot.isReachable"> | ||
Auto-Reload | ||
<input | ||
type="checkbox" | ||
x-model="$store.state.bot.isAutoReload" | ||
> | ||
</label> | ||
|
||
<button type="button" @click="$dispatch('reload-bot')"> | ||
<i class="fas fa-refresh"></i> | ||
</button> | ||
|
||
<label> | ||
Bot token | ||
<input type="text" x-model="$store.state.bot.token" placeholder="your token" | ||
|