This commit is contained in:
thsrite
2024-03-11 16:06:47 +08:00
parent 2951610a82
commit 150b82e622

View File

@@ -339,7 +339,7 @@ class SubscribeStatistic(_PluginBase):
},
'labels': movie_subscribe_sites,
'title': {
'text': f'电影近{self._movie_subscribe_days}天订阅 {len(movie_subscribes)}'
'text': f'电影近 {self._movie_subscribe_days} 天订阅 {len(movie_subscribes)}'
},
'legend': {
'show': True
@@ -376,7 +376,7 @@ class SubscribeStatistic(_PluginBase):
},
'labels': tv_subscribe_sites,
'title': {
'text': f'电视剧近{self._tv_subscribe_days}天订阅 {len(tv_subscribes)}'
'text': f'电视剧近 {self._tv_subscribe_days} 天订阅 {len(tv_subscribes)}'
},
'legend': {
'show': True
@@ -413,7 +413,7 @@ class SubscribeStatistic(_PluginBase):
},
'labels': movie_download_sites,
'title': {
'text': f'电影近{self._movie_download_days}天下载 {len(movie_downloads)} 个种子'
'text': f'电影近 {self._movie_download_days} 天下载 {len(movie_downloads)} 个种子'
},
'legend': {
'show': True
@@ -450,7 +450,7 @@ class SubscribeStatistic(_PluginBase):
},
'labels': tv_download_sites,
'title': {
'text': f'电视剧近{self._tv_download_days}天下载 {len(tv_downloads)} 个种子'
'text': f'电视剧近 {self._tv_download_days} 天下载 {len(tv_downloads)} 个种子'
},
'legend': {
'show': True