diff --git a/app.vue b/app.vue
index efb67ed..a3083fa 100644
--- a/app.vue
+++ b/app.vue
@@ -21,7 +21,7 @@ useSeoMeta({
ogImage: 'https://example.com/image.png',
twitterCard: 'summary_large_image',
})
-const store = useStore()
+const store = useStore();
onMounted(() => {
})
diff --git a/assets/index.scss b/assets/index.scss
index 5b375e7..fe2b162 100644
--- a/assets/index.scss
+++ b/assets/index.scss
@@ -596,13 +596,6 @@
height: 440px;
}
-.box_7 {
- width: 100%;
- height: 586px;
- background: url(public/img/bg-3.png) 100% no-repeat;
- background-size: 100% 100%;
- margin-top: 2px;
-}
.text_24 {
overflow-wrap: break-word;
diff --git a/components/AppAbout.vue b/components/AppAbout.vue
index 2ea6e0e..8032865 100644
--- a/components/AppAbout.vue
+++ b/components/AppAbout.vue
@@ -18,7 +18,7 @@
-
+
{{item.title1 }}
{{item.title2 }}
@@ -39,7 +39,7 @@
-
+
{{item.title}}
{{item.content}}
@@ -67,6 +67,7 @@
diff --git a/plugins/emitter.ts b/plugins/emitter.ts
new file mode 100644
index 0000000..17f8476
--- /dev/null
+++ b/plugins/emitter.ts
@@ -0,0 +1,3 @@
+import mitt from 'mitt';
+const emitter = mitt();
+export default emitter;
\ No newline at end of file
diff --git a/public/img/aboutxq.png b/public/img/aboutxq.png
new file mode 100644
index 0000000..5fc2e5a
Binary files /dev/null and b/public/img/aboutxq.png differ
diff --git a/public/img/bilicode.jpg b/public/img/bilicode.jpg
new file mode 100644
index 0000000..542af2d
Binary files /dev/null and b/public/img/bilicode.jpg differ
diff --git a/public/img/dycode.jpg b/public/img/dycode.jpg
new file mode 100644
index 0000000..e14ffe8
Binary files /dev/null and b/public/img/dycode.jpg differ
diff --git a/public/img/lyb.jpg b/public/img/lyb.jpg
new file mode 100644
index 0000000..a867620
Binary files /dev/null and b/public/img/lyb.jpg differ
diff --git a/public/img/liuyanb.png b/public/img/messageb.png
similarity index 100%
rename from public/img/liuyanb.png
rename to public/img/messageb.png
diff --git a/public/img/newsxq.png b/public/img/newsxq.png
new file mode 100644
index 0000000..4cb23e2
Binary files /dev/null and b/public/img/newsxq.png differ
diff --git a/public/img/qnyz.jpg b/public/img/qnyz.jpg
new file mode 100644
index 0000000..444badd
Binary files /dev/null and b/public/img/qnyz.jpg differ
diff --git a/public/img/tgxzj.jpg b/public/img/tgxzj.jpg
new file mode 100644
index 0000000..734dd17
Binary files /dev/null and b/public/img/tgxzj.jpg differ
diff --git a/public/img/wbcode.jpg b/public/img/wbcode.jpg
new file mode 100644
index 0000000..7f317ca
Binary files /dev/null and b/public/img/wbcode.jpg differ
diff --git a/public/img/wxcode.jpg b/public/img/wxcode.jpg
new file mode 100644
index 0000000..651b328
Binary files /dev/null and b/public/img/wxcode.jpg differ