UNPKG

koishi-plugin-kbot

Version:
66 lines (65 loc) 2.73 kB
<!-- * @Author: Kabuda-czh * @Date: 2023-03-16 10:17:49 * @LastEditors: Kabuda-czh * @LastEditTime: 2023-03-16 19:33:51 * @FilePath: \KBot-App\plugins\kbot\src\basic\status\random\template.html * @Description: * * Copyright (c) 2023 by Kabuda-czh, All Rights Reserved. --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="../assets/css/random/style.css" /> <title>Panel</title> </head> <body> <div id="app"> <div class="__app__before"></div> <div class="__app__after"></div> <div class="card" id="card-header"> <div class="__panel"> <img class="__panel__head" src="" /> <div class="__panel__name"> <span class="__panel__name__text">Suzuran</span> <span class="__panel__name__tag">🕹️ Bot of Koishi</span> </div> </div> <div class="__info"> <!-- --> </div> </div> <div class="card" id="card-function"> <!-- --> </div> <div class="card" id="card-disk"> <div class="__chart"> <!-- --> </div> </div> <div class="card" id="card-footer"> <!-- --> </div> <div id="footer"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" > <path fill-rule="evenodd" clip-rule="evenodd" d="M16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0ZM10.4919 27.8408C19.6722 26.267 26.7167 18.6979 28.0282 10.342C28.253 10.3794 28.3672 11.5267 28.253 12.6277C28.8478 12.6873 29.1079 12.5765 29.4895 12.2155C29.4143 13.1773 29.0356 13.4449 28.1031 13.7143C27.749 15.2147 27.481 16.045 26.8291 17.4989C27.4641 17.6316 27.8004 17.6018 28.3654 17.3865C28.3279 17.911 27.3883 18.5169 26.2296 18.6605C25.4682 19.8708 25.0075 20.531 24.0937 21.6581C23.7671 22.0522 23.7838 22.3721 24.0188 23.0445L24.8057 24.5808L23.2319 23.8314C22.6065 23.5312 22.2824 23.611 21.7331 24.0188L18.8853 26.0047C18.732 27.3615 17.986 28.2155 17.6113 28.1406C17.7978 27.5611 17.8122 27.2232 17.7237 26.6043C16.2651 27.2412 15.4275 27.5357 13.8642 27.8408C13.8642 28.7026 13.2647 29.1897 12.4778 29.3021C12.8348 28.8929 12.9262 28.6148 12.89 28.0281C11.8092 28.1373 10.6043 27.9532 10.4919 27.8408Z" /> </svg> <span class="footer__span">Koishi Dashboard</span> </div> </div> <script src="./js/render.js"></script> </body> </html>