Feature: 添加插件元数据字段 type homepage supported_adapters (#2012)

This commit is contained in:
Ju4tCode
2023-05-18 16:00:10 +08:00
committed by GitHub
parent 0c4a040394
commit 9616b4c0ca
4 changed files with 47 additions and 7 deletions

View File

@ -16,7 +16,7 @@ from .manager import PluginManager
from . import _managers, get_plugin, _module_name_to_plugin_name
try: # pragma: py-gte-311
import tomllib # pyright: reportMissingImports=false
import tomllib # pyright: ignore[reportMissingImports]
except ModuleNotFoundError: # pragma: py-lt-311
import tomli as tomllib