diff --git a/index.html b/index.html
index 34993e9a92e3f8f4e3a947a0ceeec800a1e7d91b..714e108979ca9f789c48ae5ba58c09bdae02ff3a 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,9 @@
-
+
- csdn 用户快捷查分该文章
+ csdn 用户快捷查分改文
diff --git a/public/logo-m.ico b/public/logo-m.ico
new file mode 100644
index 0000000000000000000000000000000000000000..e01e70f01382f722d176539cbd0bd175ea5f6527
Binary files /dev/null and b/public/logo-m.ico differ
diff --git a/src/assets/logo-m.svg b/src/assets/logo-m.svg
new file mode 100644
index 0000000000000000000000000000000000000000..45057b268d3e1bebcf3500618bbb82f6fb75d545
--- /dev/null
+++ b/src/assets/logo-m.svg
@@ -0,0 +1,51 @@
+
+
+
diff --git a/src/components/SearchGrade.vue b/src/components/SearchGrade.vue
index 34e4fd278e0be391ff27e2ed4723e475e8a8e6a4..fb6aea68a22f33b81c2a4040eeb8b123924f186a 100644
--- a/src/components/SearchGrade.vue
+++ b/src/components/SearchGrade.vue
@@ -5,6 +5,7 @@ import { tableColumns } from './const'
import { getRemoteCsdnGrade } from '../service/csdnApi'
import { onMounted, reactive, onUnmounted } from 'vue';
const state = reactive({
+ title:'csdn用户根据id快速查分数改文',
loading: false,
searchValue: localStorage.getItem('csdnUid') || '',
firstChart: null,
@@ -220,7 +221,7 @@ function initFirstData() {