warning: Plugin is using a depre
2021-12-10 本文已影响0人
死宅程序员
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
}
}
],
}