fix gitignore

This commit is contained in:
jxxghp
2023-11-01 17:58:48 +08:00
parent 7a90e6c1a7
commit 0dac3f1b1d
3 changed files with 5 additions and 43 deletions

View File

@ -14,7 +14,7 @@ class PluginHelper(metaclass=Singleton):
@cached(cache=TTLCache(maxsize=1, ttl=1800))
def get_plugins(self) -> Dict[str, dict]:
"""
获取所有插件列表
获取Github所有最新插件列表
"""
pass