diff --git a/components/i/search/Source.vue b/components/i/search/Source.vue
new file mode 100644
index 0000000000000000000000000000000000000000..8846f3b24e56c15dbe2b060f791a90fe77de8ebd
--- /dev/null
+++ b/components/i/search/Source.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
{{ item.repo }}
+
{{ index + 1 }}
+
+
{{ item.label }}
+
+
+
+
+
+
+
查看全部{{ source.length }}个来源
+
收起
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
index 8be2fc3535d176d38659a632921bc3bc98e4340d..fdc68360d779b22aefadc24198539b015de45aa7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3717,8 +3717,6 @@
},
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
"version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/napi-wasm/-/napi-wasm-1.1.0.tgz",
- "integrity": "sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==",
"inBundle": true,
"license": "MIT"
},
@@ -17780,8 +17778,6 @@
"dependencies": {
"napi-wasm": {
"version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/napi-wasm/-/napi-wasm-1.1.0.tgz",
- "integrity": "sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==",
"bundled": true
}
}
diff --git a/pages/search/[id].vue b/pages/search/[id].vue
index 8027d1b08a6e56872597785341a6df09053da571..bd734cf9eaed4f6185c84e5c1b5746864c019885 100644
--- a/pages/search/[id].vue
+++ b/pages/search/[id].vue
@@ -76,17 +76,7 @@
来源
-
-
-
-
- {{ source.repo }}
- {{ sourceIndex + 1 }}
-
-
{{ source.label }}
-
-
-
+
@@ -197,8 +187,6 @@ const handleReGenerate = (index) => {
})
}
-const steps = ['', '问题分析', '代码搜索', '整理答案', '完成!']
-
const data = ref([])
const recommendQuestions = [