hk.iyuu.cn ==> api.bolahg.cn

This commit is contained in:
jxxghp
2024-02-20 13:31:29 +08:00
parent c9fca06106
commit b244ac3d02
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"SiteStatistic": {
"name": "站点数据统计",
"description": "自动统计和展示站点数据。",
"version": "1.3",
"version": "1.4",
"icon": "statistic.png",
"author": "lightolly",
"level": 2
@@ -178,7 +178,7 @@
"IYUUAutoSeed": {
"name": "IYUU自动辅种",
"description": "基于IYUU官方Api实现自动辅种。",
"version": "1.1",
"version": "1.2",
"icon": "IYUU.png",
"author": "jxxghp",
"level": 2

View File

@@ -34,7 +34,7 @@ class IYUUAutoSeed(_PluginBase):
# 插件图标
plugin_icon = "IYUU.png"
# 插件版本
plugin_version = "1.1"
plugin_version = "1.2"
# 插件作者
plugin_author = "jxxghp"
# 作者主页

View File

@@ -7,7 +7,7 @@ from app.utils.http import RequestUtils
class IyuuHelper(object):
_version = "2.0.0"
_api_base = "http://hk.iyuu.cn/%s"
_api_base = "http://api.bolahg.cn/%s"
_sites = {}
_token = None

View File

@@ -43,7 +43,7 @@ class SiteStatistic(_PluginBase):
# 插件图标
plugin_icon = "statistic.png"
# 插件版本
plugin_version = "1.3"
plugin_version = "1.4"
# 插件作者
plugin_author = "lightolly"
# 作者主页
@@ -806,6 +806,9 @@ class SiteStatistic(_PluginBase):
'pie': {
'expandOnClick': False
}
},
'noData': {
'text': '暂无数据'
}
},
'series': upload_datas
@@ -840,6 +843,9 @@ class SiteStatistic(_PluginBase):
'pie': {
'expandOnClick': False
}
},
'noData': {
'text': '暂无数据'
}
},
'series': download_datas