You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
520 B
17 lines
520 B
<?php
|
|
|
|
return array(
|
|
'code'=> 'changyan',
|
|
'name' => '畅言评论',
|
|
'version' => '1.0',
|
|
'author' => 'CLTPHP',
|
|
'desc' => '畅言评论插件 ',
|
|
'icon' => 'logo.png',
|
|
'config' => array(
|
|
array('name' => 'app_id','label'=>'app_id','type' => 'text', 'value' => ''),
|
|
array('name' => 'app_key','label'=>'app_key','type' => 'text', 'value' => ''),
|
|
array('name' => 'config','label'=>'config','type' => 'text', 'value' => '')
|
|
),
|
|
'scene'=>'',
|
|
'bank_code'=>''
|
|
);
|