diff --git a/auto_pt/views.py b/auto_pt/views.py index 07a3fd4..4748556 100644 --- a/auto_pt/views.py +++ b/auto_pt/views.py @@ -623,7 +623,8 @@ def get_status(ids: list = None): } status_list.append(site_info) # 按上传量排序 - status_list.sort(key=lambda x: x['uploaded'], reverse=False) + # status_list.sort(key=lambda x: x['mail'], reverse=False) + # status_list.sort(key=lambda x: x['mail'], reverse=True) # sorted(status_list, key=lambda x: x['uploaded']) # 随机乱序 # random.shuffle(status_list) diff --git a/static/img/leaf.png b/static/img/leaf.png new file mode 100644 index 0000000..55944f6 Binary files /dev/null and b/static/img/leaf.png differ diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index 0889f6e..6134e55 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -10,10 +10,22 @@