|
|
|
|
@ -426,6 +426,7 @@ $config['site'] = array(
|
|
|
|
|
'trippest' => array('site_code' => 'trippest', 'site_id' => 145, 'site_lgc' => '1', 'site_image_url' => '', 'site_url' => 'https://www.trippest.com', 'site_authors' => array('cj'), 'site_user' => array(',ycc,zp,')),
|
|
|
|
|
'shanghai' => array('site_code' => 'shanghai', 'site_id' => 96, 'site_lgc' => '107', 'site_url' => 'http://www.shanghaihighlights.com/', 'site_image_url' => 'https://images.shanghaihighlights.com', 'site_authors' => array('ll', 'D'), 'site_user' => ',ycc,vz,bhn,J,wj,ll,D,ZP,lyy,'),
|
|
|
|
|
'beijing' => array('site_code' => 'beijing', 'site_id' => 98, 'site_lgc' => '106', 'site_url' => 'http://www.mybeijingchina.com/', 'site_image_url' => 'https://images.mybeijingchina.com', 'site_authors' => array('ll', 'D'), 'site_user' => ',ycc,vz,bhn,J,wj,ll,D,ZP,lyy,'),
|
|
|
|
|
'trainspread' => array('site_code' => 'trainspread', 'site_id' => 149, 'site_lgc' => '1', 'site_url' => 'http://www.trainspread.com/', 'site_image_url' => 'https://images.trainspread.com', 'site_authors' => array('ll', 'D'), 'site_user' => ',ycc,vz,bhn,J,wj,ll,D,ZP,lyy,'),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
//静态文件生成路径
|
|
|
|
|
@ -762,6 +763,7 @@ $config['css_source_ct'] = 'https://data.chinatravel.com/css/min.php?f=/css/css3
|
|
|
|
|
$config['css_source_chinatravel'] = 'https://data.chinatravel.com/css/newcss3/base.css';
|
|
|
|
|
$config['css_source_shanghai'] = 'https://data.shanghaihighlights.com/css/css3/base.css';
|
|
|
|
|
$config['css_source_beijing'] = 'https://www.mybeijingchina.com/css/css3/base.css';
|
|
|
|
|
$config['css_source_trainspread'] = 'https://data.trainspread.com/css/css3/base.css';
|
|
|
|
|
$config['css_source_ts'] = 'https://www.trainspread.com/css/bootstrap.min.css';
|
|
|
|
|
|
|
|
|
|
//静态文件生成路径
|
|
|
|
|
@ -778,6 +780,7 @@ $config['cache']['gh']['cache_path'] = 'D:\wwwcache\globalhighlights.com';
|
|
|
|
|
$config['cache']['chinatravel']['cache_path'] = 'D:\wwwcache\mobile-first\chinatravel.com';
|
|
|
|
|
$config['cache']['shanghai']['cache_path'] = 'D:\wwwcache\mobile-first\shanghaihighlights.com';
|
|
|
|
|
$config['cache']['beijing']['cache_path'] = 'D:\wwwcache\mobile-first\mybeijingchina.com';
|
|
|
|
|
$config['cache']['trainspread']['cache_path'] = 'D:\wwwcache\mobile-first\trainspread.com';
|
|
|
|
|
|
|
|
|
|
//静态文件更新接口
|
|
|
|
|
$config['cache']['jp']['cache_api'] = '/info.php/information/update_cache/';
|
|
|
|
|
|