diff --git a/App.vue b/App.vue
index 6098689..a43f866 100644
--- a/App.vue
+++ b/App.vue
@@ -5,12 +5,19 @@
+
+
diff --git a/components/ai_recongize_hot/ai_recongize_hot.vue b/components/ai_recongize_hot/ai_recongize_hot.vue
new file mode 100644
index 0000000..b5a898e
--- /dev/null
+++ b/components/ai_recongize_hot/ai_recongize_hot.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/ai_recongize_plan/ai_recongize_plan.vue b/components/ai_recongize_plan/ai_recongize_plan.vue
new file mode 100644
index 0000000..073b083
--- /dev/null
+++ b/components/ai_recongize_plan/ai_recongize_plan.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/ai_recongize_recipe/ai_recongize_recipe.vue b/components/ai_recongize_recipe/ai_recongize_recipe.vue
new file mode 100644
index 0000000..6160586
--- /dev/null
+++ b/components/ai_recongize_recipe/ai_recongize_recipe.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index d2fe165..c3ac19f 100644
--- a/pages.json
+++ b/pages.json
@@ -170,25 +170,25 @@
}
},*/
/*------------------------------------------------------------------进入主页的过渡界面--------------------------------------------*/
- /* {
+ {
"path": "pages/homepages/homes/home/home",
"style": {
"navigationStyle": "custom"
}
- },*/
- {
- "path": "pages/homepages/homes/ai_recognize_fruit/ai_recognize_fruit",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/homepages/homes/ai_recognize_recipe/ai_recognize_recipe",
+ }
+ /*{
+ "path": "pages/homepages/homes/ai_recognize_fruit/ai_recognize_fruit",
"style": {
"navigationStyle": "custom"
}
- }
+ }*/
+ /* {
+ "path": "pages/homepages/homes/ai_recognize_hot/ai_recognize_hot
+ ",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ }*/
/*-----------------------------------------------------------------------主界面----------------------------------------------------------*/
/* {
"path": "pages/homepages/puppy_chat/puppy_chat",
@@ -242,22 +242,37 @@
"navigationStyle": "custom"
}
}*/
- /*---------------------------------------------------------主页跳转的几个界面-------------------------------------------------------*/,
- {
- "path": "components/ai_recognize_recipe_bar/ai_recognize_recipe_bar",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "components/ai_recognize_fruit_bar/ai_recognize_fruit_bar",
+
+ /*---------------------------------------------------------主页跳转的几个界面-------------------------------------------------------*/
+ /* {
+ "path": "components/ai_recongize_fruit/ai_recongize_fruit",
"style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
+ "navigationStyle": "custom"
}
- }
-
+ }*/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ /*-------------------------------------------------------------------部分组件的测试类---------------------------------------------------*/
],
"uniIdRouter": {},
"tabBar": null
diff --git a/pages/homepages/homes/ai_recognize_recipe/ai_recognize_recipe.vue b/pages/homepages/homes/ai_recognize_hot/ai_recognize_hot.vue
similarity index 87%
rename from pages/homepages/homes/ai_recognize_recipe/ai_recognize_recipe.vue
rename to pages/homepages/homes/ai_recognize_hot/ai_recognize_hot.vue
index c3e1a56..616b2a2 100644
--- a/pages/homepages/homes/ai_recognize_recipe/ai_recognize_recipe.vue
+++ b/pages/homepages/homes/ai_recognize_hot/ai_recognize_hot.vue
@@ -1,7 +1,7 @@
-
+
@@ -14,7 +14,7 @@
-
+
@@ -54,7 +54,7 @@ export default {
header: {
'Authorization': app.globalData.token // 授权 token
},
- url: app.globalData.fit_journey_ai_address+`/ai/recipe`, // 服务器接口地址
+ url: app.globalData.fit_journey_ai_address+`/ai/hot`, // 服务器接口地址
filePath: filePath,
name: 'file', // 后端接收的文件参数名称
@@ -94,5 +94,5 @@ export default {
diff --git a/pages/homepages/homes/home/home.vue b/pages/homepages/homes/home/home.vue
index 6946db7..9386528 100644
--- a/pages/homepages/homes/home/home.vue
+++ b/pages/homepages/homes/home/home.vue
@@ -1,7 +1,13 @@
这个是home界面
-
+
+
+
+
+
+
+
@@ -17,5 +23,9 @@ export default {
diff --git a/qodana.yaml b/qodana.yaml
new file mode 100644
index 0000000..29f8f8c
--- /dev/null
+++ b/qodana.yaml
@@ -0,0 +1,29 @@
+#-------------------------------------------------------------------------------#
+# Qodana analysis is configured by qodana.yaml file #
+# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
+#-------------------------------------------------------------------------------#
+version: "1.0"
+
+#Specify inspection profile for code analysis
+profile:
+ name: qodana.starter
+
+#Enable inspections
+#include:
+# - name:
+
+#Disable inspections
+#exclude:
+# - name:
+# paths:
+# -
+
+#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
+#bootstrap: sh ./prepare-qodana.sh
+
+#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
+#plugins:
+# - id: #(plugin id can be found at https://plugins.jetbrains.com)
+
+#Specify Qodana linter for analysis (Applied in CI/CD pipeline)
+linter: jetbrains/qodana-js:latest
diff --git a/static/components/ai_recongize_fruit/pictures/background.png b/static/components/ai_recongize_fruit/pictures/background.png
new file mode 100644
index 0000000..62fac0e
Binary files /dev/null and b/static/components/ai_recongize_fruit/pictures/background.png differ
diff --git a/static/components/ai_recongize_fruit/pictures/text_and_button.png b/static/components/ai_recongize_fruit/pictures/text_and_button.png
new file mode 100644
index 0000000..2b23935
Binary files /dev/null and b/static/components/ai_recongize_fruit/pictures/text_and_button.png differ
diff --git a/static/components/ai_recongize_hot/pictures/background.png b/static/components/ai_recongize_hot/pictures/background.png
new file mode 100644
index 0000000..7bdc672
Binary files /dev/null and b/static/components/ai_recongize_hot/pictures/background.png differ
diff --git a/static/components/ai_recongize_hot/pictures/text_and_button.png b/static/components/ai_recongize_hot/pictures/text_and_button.png
new file mode 100644
index 0000000..2b23935
Binary files /dev/null and b/static/components/ai_recongize_hot/pictures/text_and_button.png differ
diff --git a/static/components/ai_recongize_plan/pictures/background.png b/static/components/ai_recongize_plan/pictures/background.png
new file mode 100644
index 0000000..4f70b69
Binary files /dev/null and b/static/components/ai_recongize_plan/pictures/background.png differ
diff --git a/static/components/ai_recongize_plan/pictures/text_and_button.png b/static/components/ai_recongize_plan/pictures/text_and_button.png
new file mode 100644
index 0000000..2b23935
Binary files /dev/null and b/static/components/ai_recongize_plan/pictures/text_and_button.png differ
diff --git a/static/components/ai_recongize_recipe/pictures/background.png b/static/components/ai_recongize_recipe/pictures/background.png
new file mode 100644
index 0000000..9bce714
Binary files /dev/null and b/static/components/ai_recongize_recipe/pictures/background.png differ
diff --git a/static/components/ai_recongize_recipe/pictures/text_and_button.png b/static/components/ai_recongize_recipe/pictures/text_and_button.png
new file mode 100644
index 0000000..2b23935
Binary files /dev/null and b/static/components/ai_recongize_recipe/pictures/text_and_button.png differ
diff --git a/static/homepages/homes/ai_recognize_recipe/css/ai_recongnize_recipe.scss b/static/homepages/homes/ai_recognize_hot/css/ai_recongnize_hot.scss
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/css/ai_recongnize_recipe.scss
rename to static/homepages/homes/ai_recognize_hot/css/ai_recongnize_hot.scss
diff --git a/static/homepages/homes/ai_recognize_recipe/pictures/background.png b/static/homepages/homes/ai_recognize_hot/pictures/background.png
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/pictures/background.png
rename to static/homepages/homes/ai_recognize_hot/pictures/background.png
diff --git a/static/homepages/homes/ai_recognize_recipe/pictures/button.png b/static/homepages/homes/ai_recognize_hot/pictures/button.png
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/pictures/button.png
rename to static/homepages/homes/ai_recognize_hot/pictures/button.png
diff --git a/static/homepages/homes/ai_recognize_recipe/pictures/calorie.png b/static/homepages/homes/ai_recognize_hot/pictures/calorie.png
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/pictures/calorie.png
rename to static/homepages/homes/ai_recognize_hot/pictures/calorie.png
diff --git a/static/homepages/homes/ai_recognize_recipe/pictures/name.png b/static/homepages/homes/ai_recognize_hot/pictures/name.png
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/pictures/name.png
rename to static/homepages/homes/ai_recognize_hot/pictures/name.png
diff --git a/static/homepages/homes/ai_recognize_recipe/pictures/photo.png b/static/homepages/homes/ai_recognize_hot/pictures/photo.png
similarity index 100%
rename from static/homepages/homes/ai_recognize_recipe/pictures/photo.png
rename to static/homepages/homes/ai_recognize_hot/pictures/photo.png
diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json
index 9182b8e..71bef9f 100644
--- a/unpackage/dist/cache/.vite/deps/_metadata.json
+++ b/unpackage/dist/cache/.vite/deps/_metadata.json
@@ -1,8 +1,8 @@
{
- "hash": "73fa705f",
- "configHash": "9df2b8b3",
- "lockfileHash": "e3b0c442",
- "browserHash": "1cea3dfc",
+ "hash": "0aaf698d",
+ "configHash": "cc60d382",
+ "lockfileHash": "22a0e42d",
+ "browserHash": "89d9bfb2",
"optimized": {},
"chunks": {}
}
\ No newline at end of file