diff --git a/index.html b/index.html index ceaaf2b..19f5b4a 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ <% }else { %> - + diff --git a/static/config/init.js b/static/config/init.js index 9c464d6..9a78264 100644 --- a/static/config/init.js +++ b/static/config/init.js @@ -3,7 +3,7 @@ */ ;(function() { var resList = { - icon: window.SITE_CONFIG.cdnUrl + '/static/img/favicon.ico', + icon: window.SITE_CONFIG.cdnUrl + '/static/img/xj.ico', css: [ window.SITE_CONFIG.cdnUrl + '/static/css/app.css', ], @@ -73,4 +73,4 @@ createScripts(); } }; -})(); \ No newline at end of file +})(); diff --git a/static/img/favicon.ico b/static/img/favicon.ico deleted file mode 100644 index 7f594ab..0000000 Binary files a/static/img/favicon.ico and /dev/null differ diff --git a/static/img/xj.ico b/static/img/xj.ico new file mode 100644 index 0000000..b000c3e Binary files /dev/null and b/static/img/xj.ico differ