1. 图表图例使用站点图标

2. 图表大小随窗口变化变化
This commit is contained in:
ngfchl
2022-11-26 14:34:14 +08:00
parent 52387964e6
commit 5cb437ebeb
2 changed files with 27 additions and 14 deletions

View File

@@ -580,6 +580,7 @@ def site_status_api(request):
days = (now - my_site.time_join).days % 7
site_info = {
'name': my_site.site.name,
'icon': my_site.site.logo,
'class': my_site.my_level,
'invite': my_site.invitation,
'sp_hour': my_site.sp_hour,