var config = {};
config.css = [
'qq_online.css'
];
config.js = [
'qq_online.js'
];
for(var index in config.css) {
if(config.css.hasOwnProperty(index)) {
$('', {
type : 'text/css',
rel : 'stylesheet',
rev : 'stylesheet',
media : 'all',
href : '/plugin/qq_online/' + 1 + '/css/' + config.css[index] + '?20200101'
}).appendTo('head');
}
}
for(var index in config.js) {
if(config.js.hasOwnProperty(index)) {
$('', {
type : 'text/javascript',
src : '/plugin/qq_online/' + 1 + '/js/' + config.js[index] + '?20200101',
charset : 'utf-8'
}).appendTo('head');
}
}
var qq_online = QQ_Online.createNew();
qq_online.params = {"display_mode":"0","pos_side":"1","side_top":"254","side_margin":"0","qrcode_url":"","contact_phone":"0510-82738566"};
qq_online.qq_list = [];
qq_online.menu_list = [{"title":"\u4f1a\u5458\u4e2d\u5fc3","url":"\/account"},{"title":"\u65c5\u6e38\u653b\u7565","url":"\/raiders"},{"title":"\u65b0\u95fb\u52a8\u6001","url":"\/news"},{"title":"\u5173\u4e8e\u6211\u4eec","url":"\/aboutus"}];
qq_online.init();