From ed2dcffbccf3efca599fe856161160999a231768 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 3 Sep 2018 10:41:19 -0400 Subject: [PATCH] =?UTF-8?q?[+]=20STD=20Recent=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/web/scores/STDTemplate.html | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 src/main/resources/web/scores/STDTemplate.html diff --git a/src/main/resources/web/scores/STDTemplate.html b/src/main/resources/web/scores/STDTemplate.html new file mode 100644 index 0000000..2a24cf6 --- /dev/null +++ b/src/main/resources/web/scores/STDTemplate.html @@ -0,0 +1,85 @@ + + + + + + Rendering + + +
+
+
+
+ +
+
+
+
+ %{bm-title} - %{bm-artist} [%{bm-version}] +
%{username} 在 %{rel-time} 达成
+
CS %{cs} | HP %{hp} | OD %{od} | AR %{ar}
+
总 %{stars}星 | 瞄准 %{stars.aim}星 | 速度 %{stars.speed}星
+
+
+
+
+
+
总PP
+
%{pp}
+
+
+
+
+
得分
+
%{score}
+
+
+
准确率
+
%{acc}%
+
+
+
最大连击
+
%{combo}x
+
+
+
+
+
300
+
%{h300}
+
+
+
100
+
%{h100}
+
+
+
50
+
%{h50}
+
+
+
Miss
+
%{h0}
+
+
+
瞄准PP
+
%{ppa}
+
+
+
速度PP
+
%{pps}
+
+
+
Mod
+
+
+ + %{mods} +
+
+
+
+
+
+
+ + \ No newline at end of file