令返回符合格式

This commit is contained in:
hemengyang
2022-01-12 18:43:07 +08:00
parent 456d333568
commit 187532930b
11 changed files with 20 additions and 232 deletions

View File

@ -45,10 +45,6 @@ class Export(dict):
def export() -> Export:
"""
获取插件的导出内容对象
:返回:
- `Export`
"""
plugin = _current_plugin.get()
if not plugin: