plugs.plug-ins 411 B

12345678910111213141516
  1. {
  2. list:
  3. [
  4. {
  5. "id":"aboutForm",
  6. "pluginID":"aboutForm", //如果与id一致可以进行忽略
  7. "lib":"plugin_form_demo.dll", //文件名
  8. },
  9. {
  10. "id":"aboutForm2",
  11. "pluginID":"aboutForm", //如果与id一致可以进行忽略
  12. "singleton":true, //单件模式
  13. "lib":"plugin_form_demo.dll", //文件名
  14. },
  15. ]
  16. }