koishi-plugin-jryspro
Version:
[](https://www.npmjs.com/package/koishi-plugin-jryspro)
41 lines (39 loc) • 2.45 kB
HTML
<!--
* @Author: Twiyin0
* @Date: 2024-05-09 0:20:17
* @LastEditors: Twiyin0
* @LastEditTime: 2024-05-09 0:27:19
* 非常感谢kbd猫猫
-->
<html data-theme="cmyk" id="card">
<head>
<title>暮色音零Twiyin0的jryspro模板</title>
</head>
<body style="max-width: 1280px;background-image: url(##backgroundImage##);background-size: cover;background-repeat: no-repeat;filter:##night##" id="body">
<div class="card shadow-xl" style="position: fixed;bottom: 0;max-width: 1280px;background-color: rgba(206, 168, 134, 0.60);padding: 0 1.0vh 0 1.0vh;border-radius: 1.5vh;">
<div class="avatar" style="margin: 0 auto;padding-top: 1.5vh;">
<div class="rounded-full ring ring-primary ring-offset-base-100 ring-offset-2">
<img style="width: 10vh;" src="##avatar##" id="avatar" />
</div>
</div>
<div class="card-body items-center text-center" style="width: 1280px">
<h2 class="card-title" style="font-size: 3.0vh;" id="username">##username##</h2>
<p style="font-size: 2.5vh;padding: 0.5vh 0 1.0vh 0;">你的今日运势为</p>
<h2 class="card-title" id="star" style="font-size: 3.5vh;padding: 0.5vh 0 0.5vh 0;">##fortunate##</h2>
<div class="card-actions" style="padding: 1.5vh 0 1.0vh 0;">
<!-- <button class="btn btn-primary" style="margin: 0 auto;font-size: 2.5vh;" id="sign">草木逢春,枯叶沾露,稳健着实,必得人望</button> -->
<div class="stack" style="padding: 1.5vh 0 0 0;">
<div class="text-center border border-base-content card w-36 bg-base-100" style="background-color: rgba(206, 168, 134, 0.5);">
<div class="card-body" style="font-size: 3.0vh;" id="sign">##signTxt##</div>
</div>
</div>
</div>
</div>
<p id="rendered-indicator" style="font-size: 1.3vh;text-align: center;margin: 0 auto;display: block;position: fixed;bottom: 0;background-color: rgba(206, 168, 134, 0.2);width: 1280px;" >仅供娱乐 | 无科学依据 | 仅供娱乐</p>
</div>
<script>window.onload=()=>document.getElementById('rendered-indicator').style.display='block';</script>
<link href="./js/full.min.css" rel="stylesheet" type="text/css" />
<script src="./js/index.js"></script>
<script src="./js/tailwiwndcss.js"></script>
</body>
</html>