Update __init__.py

This commit is contained in:
thsrite
2024-11-28 14:08:47 +08:00
committed by GitHub
parent 9c010a0a3f
commit 3ef247a6b1

View File

@@ -422,7 +422,7 @@ class Cd2Assistant(_PluginBase):
return system_info_dict
def homepage(self, apikey: str, name: str) -> Any:
def homepage(self, apikey: str, name: str = None) -> Any:
"""
homepage自定义api
"""