fix the URL of AnyProxy project on github, and fix the way we define the favicon in docs

This commit is contained in:
砚然
2017-12-02 14:09:30 +08:00
parent f7521a8685
commit 4fd60da6fa
10 changed files with 4 additions and 4179 deletions

View File

@@ -16,7 +16,7 @@ function isInLocaleView() {
function initDefaultLocaleAndStatic() {
if (!isInLocaleView()) {
location.href = isUTF8Zone() ? '/cn' : 'en';
location.href = isUTF8Zone() ? '/cn' : '/en';
}
}