koishi-plugin-kbot
Version:
A muti-function qq bot for koishi
39 lines (38 loc) • 1.25 kB
HTML
<!--
* @Author: Kabuda-czh
* @Date: 2023-02-15 23:01:39
* @LastEditors: Kabuda-czh
* @LastEditTime: 2023-02-16 11:02:51
* @FilePath: \KBot-App\plugins\kbot\src\basic\status\nacho\template.html
* @Description:
*
* Copyright (c) 2023 by Kabuda-czh, All Rights Reserved.
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../assets/css/neko/circle.css" />
<link rel="stylesheet" href="../assets/css/neko/font.css" />
<link rel="stylesheet" href="../assets/css/neko/style.css" />
<title>neko</title>
</head>
<body>
<div id="app">
<div id="background-page">
<div class="__title">
<span class="__title-text" id="config_name">Shizuku</span>
<img class="__title-image" src="../assets/image/marker.png" />
</div>
<ul class="__dashboard" id="config_dashboard">
<!-- -->
</ul>
<ul class="__information" id="config_information">
<!-- -->
</ul>
<p class="__footer" id="config_footer">已持续运行 21天 13小时 32分钟</p>
</div>
</div>
<script src="./js/render.js"></script>
</body>
</html>