【仅供内部供应商使用,不提供对外解答和培训】
changes.mady.by.user richie-季明华
Saved on Jul 13, 2019
...
插件之间也可以有依赖,例如插件A(id为com.test.a)、B(id为com.test.b)依赖了插件X(id为com.test.x),这个时候,可以在A或者B的plugin.xml的dependence属性来描述
<dependence> <item type="plugin" key="com.test.x"> </dependence>