mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-18 15:47:34 +08:00
fix plugin file api
This commit is contained in:
@@ -87,7 +87,7 @@ class _PluginBase(metaclass=ABCMeta):
|
||||
def get_render_mode() -> Tuple[str, Optional[str]]:
|
||||
"""
|
||||
获取插件渲染模式
|
||||
:return: 1、渲染模式,支持:vue/vuetify,默认vuetify;2、vue模式下编译后文件的相对路径,默认为`dist`,vuetify模式下为None
|
||||
:return: 1、渲染模式,支持:vue/vuetify,默认vuetify;2、vue模式下编译后文件的相对路径,默认为`dist/asserts`,vuetify模式下为None
|
||||
"""
|
||||
return "vuetify", None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user