1
0
forked from bot/app

🧐内置页面渲染组件,弃用nonebot-plugin-htmlrender,避免playwright对多平台的不友好绑架

This commit is contained in:
2024-08-23 17:58:36 +08:00
parent a9c6ea0452
commit b6c8fcbccd
32 changed files with 1956 additions and 169 deletions

View File

@ -0,0 +1,13 @@
<head>
<meta charset="utf-8" />
{% if css %}
<style type="text/css">
{{ css }}
</style>
{% endif %}
</head>
<body>
<div id="main" class="main-box">
<div class="text">{{ text }}</div>
</div>
</body>