{% extends "base.html" %} {% block content %}
{% for u in user %} {% if loop.index<=bg_green %} {% else %} {% endif %} {%endfor%}

CSDN 2022 博客之星总排名 👉 绿色背景是总分前 200(晋级区)👈

数据同步时间:2023-01-04 21:00

来都来了,不去给橡皮擦打个5分么?
https://bbs.csdn.net/topics/611387187


排名 昵称 赛道 状态 总分
{{loop.index}} {% if loop.index<=bg_green %} {{u.nickname}} {% else %} {{u.nickname}} {% endif %} {% if u.cateName =='后端' %} {{u.cateName}} {% elif u.cateName == '前端'%} {{u.cateName}} {% elif u.cateName == '大数据与算法'%} {{u.cateName}} {% elif u.cateName == 'IT其他'%} {{u.cateName}} {% elif u.cateName == '人工智能'%} {{u.cateName}} {% else %} {{u.cateName}} {% endif %} {% if u.star =='博客之星' %} {{u.star}} {% elif u.star == '博客新星'%} {{u.star}} {% else %} {{u.star}} {% endif %} {{u.totalScore}}
2022年博客之星

使用 Ctrl+F 检索自己的昵称即可

为【橡皮擦去打个 5 分】

数据每天12:00前后同步
得分越多,同步越快

{% endblock %}