plugin.php 199 B

1234567891011121314
  1. <?php
  2. //插件配置
  3. $config = array
  4. (
  5. # manage 下的 node类
  6. 'manage/node.get_api' => array
  7. (
  8. 'start' => 'test.get',
  9. //'end' => 'test.get',
  10. //'cover' => 'test.get',
  11. ),
  12. );
  13. return $config;