mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
* 🔨 适配明日方舟新版公告栏API * ✅ 更新测试 * 💄 auto fix by pre-commit hooks --------- Co-authored-by: GuGuMur <222153315@qq.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
27 lines
696 B
HTML
27 lines
696 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, minimum-scale=1"
|
|
/>
|
|
<link rel="icon" href="data:;base64,=" />
|
|
<title>公告</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<div class="container">
|
|
<div class="standerd-container">
|
|
<div class="head-title-container">
|
|
<span class="head-title">{{ announce_title }}</span>
|
|
</div>
|
|
<div class="content">{{ content }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|