PluginAdminCustomInstallApp
约 176 字小于 1 分钟
2025-10-13
Karin API Docs / PluginAdminCustomInstallApp
接口: PluginAdminCustomInstallApp
定义于: packages/core/src/types/task/plugin.ts:59
自定义安装app任务参数
继承
PluginAdminCustomInstallBase
属性
jsUrl
jsUrl:
string
定义于: packages/core/src/types/task/plugin.ts:62
js文件直链
name
name:
string
定义于: packages/core/src/types/task/task.ts:71
任务名称
继承自
pluginType
pluginType:
"app"
定义于: packages/core/src/types/task/plugin.ts:60
插件类型
重写了
PluginAdminCustomInstallBase.pluginType
source
source:
"custom"
定义于: packages/core/src/types/task/plugin.ts:25
插件类型
继承自
PluginAdminCustomInstallBase.source
target
target:
string
定义于: packages/core/src/types/task/plugin.ts:64
下载后显示的名称 不指定则使用jsUrl的文件名 无需指定后缀
重写了
PluginAdminCustomInstallBase.target
type
type:
"install"
定义于: packages/core/src/types/task/plugin.ts:14
任务类型
继承自
PluginAdminCustomInstallBase.type