|
@@ -381,7 +381,7 @@ return array
|
|
|
|
|
|
'list_button' => array
|
|
|
(
|
|
|
- 'edit' => array('预览', Dever::url('main/preview.get?type=4')),
|
|
|
+ 'edit' => array('预览', str_replace('https://api.', 'http://www.', Dever::url('main/preview.get?type=4'))),
|
|
|
'list10' => array('积分排行', '"score&project=act&search_type=4&search_option_data_id={id}&oper_parent=info&oper_project=journal"'),
|
|
|
'list11' => array('邀请排行', '"invite&project=act&search_type=4&search_option_data_id={id}&oper_parent=info&oper_project=journal"'),
|
|
|
'br1' => array('<br />'),
|