MibooGram/resources/genshin/gcsim/summary.jinja2
Lei Shi 031198b08d
Add gcsim commands
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>
2023-12-03 14:33:29 +08:00

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>