Plugin is using a deprecated apiVersion of 1. Please update the plugin to apiVersion 2
需要在 manifest 中指定 app Version:
{
"host": [
{
"app": "PS",
"minVersion": "22.00",
"data" : {
"apiVersion": 2
}
}
],
}
Plugin is using a deprecated apiVersion of 1. Please update the plugin to apiVersion 2
需要在 manifest 中指定 app Version:
{
"host": [
{
"app": "PS",
"minVersion": "22.00",
"data" : {
"apiVersion": 2
}
}
],
}