mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
031198b08d
Signed-off-by: Lei Shi <me@leishi.io> Co-authored-by: 洛水居室 <luoshuijs@outlook.com> Co-authored-by: CHxCOOH <chxcooh@googlemail.com> Co-authored-by: xtaodada <xtao@xtaolink.cn> Co-authored-by: Nahida <53059854+NahidaBuer@users.noreply.github.com> Co-authored-by: omg-xtao <100690902+omg-xtao@users.noreply.github.com>
8 lines
413 B
Django/Jinja
8 lines
413 B
Django/Jinja
<div class="bg-grey-500 flex h-auto w-full flex-col items-center justify-center">
|
|
<div class="flex flex-col items-center justify-center">
|
|
<span class="text-xl text-yellow-400">{{ script_key }}</span>
|
|
</div>
|
|
<div class="flex flex-col items-center justify-center">
|
|
<span class="mt-2 text-7xl font-bold text-yellow-400">{{ statistics.dps.mean | int }}</span>
|
|
</div>
|
|
</div> |