diff --git a/index.html b/index.html index b0acd127..bf448cef 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Type Words 练习英语 diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 00000000..393cb4d0 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/logo-text-black.png b/public/logo-text-black.png index 7e540d5d..5300a032 100644 Binary files a/public/logo-text-black.png and b/public/logo-text-black.png differ diff --git a/public/logo-text-white.png b/public/logo-text-white.png index 0cfdb5e5..3f4072bd 100644 Binary files a/public/logo-text-white.png and b/public/logo-text-white.png differ diff --git a/src/config/ENV.ts b/src/config/ENV.ts index 75531b99..e40c01b6 100644 --- a/src/config/ENV.ts +++ b/src/config/ENV.ts @@ -1,4 +1,4 @@ -export const GITHUB = 'https://github.com/zyronon/bbword' +export const GITHUB = 'https://github.com/zyronon/TypeWords' const common = { word_dict_list_version: 1 @@ -8,4 +8,4 @@ const map = { api: 'http://localhost/index.php', } } -export const env = Object.assign(map['dev'], common) \ No newline at end of file +export const env = Object.assign(map['dev'], common) diff --git a/src/pages/pc/components/Logo.vue b/src/pages/pc/components/Logo.vue index e47e6f4f..3e8b51be 100644 --- a/src/pages/pc/components/Logo.vue +++ b/src/pages/pc/components/Logo.vue @@ -10,22 +10,15 @@ function goHome() {