Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/xjc-integratedmachine/common/ai/TouchColorCanvas.vue
hizhangling 1 week ago
parent
commit
7f9ddc674d

+ 1 - 0
package.json

@@ -26,6 +26,7 @@
     "fabric": "^6.7.0",
     "fabric": "^6.7.0",
     "file-saver": "2.0.5",
     "file-saver": "2.0.5",
     "fuse.js": "6.6.2",
     "fuse.js": "6.6.2",
+    "html2canvas": "^1.4.1",
     "js-beautify": "1.14.11",
     "js-beautify": "1.14.11",
     "js-cookie": "3.0.5",
     "js-cookie": "3.0.5",
     "jsencrypt": "3.3.2",
     "jsencrypt": "3.3.2",

BIN
src/assets/images/page-screenshot.png


+ 7 - 1
src/views/xjc-integratedmachine/common/ai/TestColorCanvas.vue

@@ -10,6 +10,7 @@
         </div>
         </div>
     </div>
     </div>
 </template>
 </template>
+
 <script setup>
 <script setup>
     import {onMounted} from 'vue'
     import {onMounted} from 'vue'
     import * as echarts from "echarts";
     import * as echarts from "echarts";
@@ -248,6 +249,11 @@
         changes();
         changes();
         drawBackground();
         drawBackground();
     });
     });
+
+    function save() {
+
+    }
+
 </script>
 </script>
 
 
 <style scoped>
 <style scoped>
@@ -255,4 +261,4 @@
         width: 500px;
         width: 500px;
         height: 400px;
         height: 400px;
     }
     }
-</style>
+</style>

BIN
src/views/xjc-integratedmachine/common/ai/page-screenshot.png


+ 2 - 0
src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

@@ -525,6 +525,8 @@
     //编辑和保存
     //编辑和保存
     function save() {
     function save() {
         status.value = 'save'
         status.value = 'save'
+        //保存
+
     }
     }
 
 
     function edit() {
     function edit() {