diff --git a/dist.tar b/dist.tar
deleted file mode 100644
index 029c49f..0000000
Binary files a/dist.tar and /dev/null differ
diff --git a/package.json b/package.json
index 79fb35f..defb6bf 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"md-editor-v3": "^4.18.1",
"nprogress": "0.2.0",
"pinia": "2.0.22",
- "video.js": "^8.17.3",
+ "video.js": "7.x",
"vue": "^3.2.47",
"vue-cropper": "1.0.3",
"vue-router": "4.1.4",
diff --git a/src/api/AI.js b/src/api/AI.js
index b091f74..8faba8a 100644
--- a/src/api/AI.js
+++ b/src/api/AI.js
@@ -120,4 +120,12 @@ export function knowledgeProfileScore(data) {
method: "post",
data: data,
});
+}
+//聚类分析
+export function clusterAnalysis2(data) {
+ return request({
+ url: "/api/python/clusterAnalysis",
+ method: "post",
+ data: data,
+ });
}
\ No newline at end of file
diff --git a/src/api/portraitModel.js b/src/api/portraitModel.js
index 86686ec..2f300c8 100644
--- a/src/api/portraitModel.js
+++ b/src/api/portraitModel.js
@@ -146,3 +146,11 @@ export function timeCountSubmit(data) {
data: data,
});
}
+//聚类分析
+export function clusterAnalysis(data) {
+ return request({
+ url: "/api/python/clusterAnalysis",
+ method: "post",
+ data: data,
+ });
+}
\ No newline at end of file
diff --git a/src/assets/images/xz按钮.png b/src/assets/images/xz按钮.png
new file mode 100644
index 0000000..458e9cb
Binary files /dev/null and b/src/assets/images/xz按钮.png differ
diff --git a/src/assets/images/xz按钮2.png b/src/assets/images/xz按钮2.png
new file mode 100644
index 0000000..8e3165d
Binary files /dev/null and b/src/assets/images/xz按钮2.png differ
diff --git a/src/components/codemirror/index.vue b/src/components/codemirror/index.vue
new file mode 100644
index 0000000..04ae26e
--- /dev/null
+++ b/src/components/codemirror/index.vue
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+