From d566520b988733e9558276da229e81a3ef83938e Mon Sep 17 00:00:00 2001 From: statementreply Date: Tue, 31 Oct 2017 17:37:10 +0800 Subject: [PATCH] Add support card gacha probability calculator --- app.py | 4 + templates/llsupportrank.html | 179 +++++++++++++++++++++++++++++++++++ templates/mainpage.html | 3 +- 3 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 templates/llsupportrank.html diff --git a/app.py b/app.py index f550ee8..53f4b5c 100644 --- a/app.py +++ b/app.py @@ -97,6 +97,10 @@ def document(): def urrank(): return render_template("llurrank.html") +@app.route("/llsupportrank", methods=['GET', 'POST']) +def urrank(): + return render_template("llsupportrank.html") + ### level up ### @app.route("/lllvlup", methods=['GET', 'POST']) def lllvlup(): diff --git a/templates/llsupportrank.html b/templates/llsupportrank.html new file mode 100644 index 0000000..ae795e4 --- /dev/null +++ b/templates/llsupportrank.html @@ -0,0 +1,179 @@ + + + + + LLhelper + + + + + + + + + + + + + + +
+注意事项:
+1、填入相应的抽卡次数与抽到UR技能卡、SR技能卡个数
+2、红绿蓝色技能卡与紫色技能卡视作同等价值进行计算
+
+该功能由 statementreply 提供
+
+ + + + + + +
技能提升支援成员招募次数: (即使用1张补助券抽卡的次数)
SR以上支援成员招募次数:
抽到UR技能卡个数: (仅输入抽到的)
抽到SR技能卡个数: (仅输入抽到的)
+
+

+

+ + + + + diff --git a/templates/mainpage.html b/templates/mainpage.html index 26286aa..717065b 100644 --- a/templates/mainpage.html +++ b/templates/mainpage.html @@ -212,6 +212,7 @@ + @@ -251,4 +252,4 @@ {% include 'footer.html' %} - \ No newline at end of file +