From 6aa3157c180864615ac1f9fe29b861cfc7af05d8 Mon Sep 17 00:00:00 2001
From: zyronon
- 练习英语,一次敲击,一点进步;一个可以在网页上背单词、背文章的网站, + 学习英语,一次敲击,一点进步;记忆不再盲目,学习更高效,开源单词与文章练习工具
@@ -21,8 +21,8 @@
-
-
+
+
## 在线访问
diff --git a/components.d.ts b/components.d.ts
index fcd2cbec..32d5fcee 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -46,6 +46,7 @@ declare module 'vue' {
IconFluentEye16Regular: typeof import('~icons/fluent/eye16-regular')['default']
IconFluentEyeOff16Regular: typeof import('~icons/fluent/eye-off16-regular')['default']
IconFluentHeadphones20Regular: typeof import('~icons/fluent/headphones20-regular')['default']
+ IconFluentHome20Regular: typeof import('~icons/fluent/home20-regular')['default']
IconFluentKeyboardLayoutFloat20Regular: typeof import('~icons/fluent/keyboard-layout-float20-regular')['default']
IconFluentMailEdit20Regular: typeof import('~icons/fluent/mail-edit20-regular')['default']
IconFluentMyLocation20Regular: typeof import('~icons/fluent/my-location20-regular')['default']
diff --git a/docs/README.en.md b/docs/README.en.md
index 4193469c..ed33e1fc 100644
--- a/docs/README.en.md
+++ b/docs/README.en.md
@@ -24,7 +24,8 @@ Practice English, one strike, one step forward
-
+
+
## Online visit
diff --git a/docs/article.png b/public/article.png
similarity index 100%
rename from docs/article.png
rename to public/article.png
diff --git a/docs/word.png b/public/word.png
similarity index 100%
rename from docs/word.png
rename to public/word.png
diff --git a/src/config/ENV.ts b/src/config/ENV.ts
index e40c01b6..0335c573 100644
--- a/src/config/ENV.ts
+++ b/src/config/ENV.ts
@@ -1,4 +1,5 @@
export const GITHUB = 'https://github.com/zyronon/TypeWords'
+export const ProjectName = 'Type Words'
const common = {
word_dict_list_version: 1
diff --git a/src/pages/pc/components/Book.vue b/src/pages/pc/components/Book.vue
index 2438d52c..73ece426 100644
--- a/src/pages/pc/components/Book.vue
+++ b/src/pages/pc/components/Book.vue
@@ -33,7 +33,7 @@ const studyProgress = $computed(() => {
+
+