每天8:00-17:30间开放匿名投票更新,17:30以后允许发起抽签,抽签结果确定后不可更改
随机抽签,按得票数决定中签概率
{% if last_result %}
今日{{ last_result }}最终得票数降低30%
{% endif %}
我选择
{% for choice in all_choice %}
{{ choice['label'] }} - {{ '{:.2f}'.format((menu.get(choice['name']) or 0) * 100) }}%
{% endfor %}
更新
不吃
开始抽签
大家的选择 - 总票数:{{ '{:.2f}'.format(total_vote | round(2)) }}
{% for key in summary %}
{{ key }}
{{ '{:.2f}'.format(summary[key] | round(2)) }}票
{{ '{:.2f}'.format(summary[key] / total_vote * 100 | round(2)) }}%
{% endfor %}
本项目抽签完全公开透明,源码开放欢迎随时审查