lsc 1 year ago
parent
commit
5d244ae3d2

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     html,
     body{
     body{
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.45c24e7c6fc090d90380d2beae4cc051.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.a630d677ff483039595f.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.91b0bc83b37f55087a7c14f045c24d04.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.5f0d8a57b1c07854cdd4.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.91b0bc83b37f55087a7c14f045c24d04.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.91b0bc83b37f55087a7c14f045c24d04.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.5f0d8a57b1c07854cdd4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.5f0d8a57b1c07854cdd4.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 11 - 1
src/components/components/onlineWrite.vue

@@ -295,7 +295,17 @@ export default {
             content: [
             content: [
               {
               {
                 type: "text",
                 type: "text",
-                text: "这张图片里面有哪些文字?返回格式为{title:标题,content:内容}",
+                text: `NOTICE
+Role: 你是一个专门解读图片的大师,你可以把图片里面的文字全部提取出来,然后根据Format example的要求返回
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+
+-----
+## Format example
+javascirpt
+{
+    "title":"标题",
+    "content":"内容"
+}`,
               },
               },
               {
               {
                 type: "image_url",
                 type: "image_url",

+ 11 - 1
src/components/easy2/commpont/onlineWrite.vue

@@ -295,7 +295,17 @@ export default {
             content: [
             content: [
               {
               {
                 type: "text",
                 type: "text",
-                text: "这张图片里面有哪些文字?返回格式为{title:标题,content:内容}",
+                text: `NOTICE
+Role: 你是一个专门解读图片的大师,你可以把图片里面的文字全部提取出来,然后根据Format example的要求返回
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+
+-----
+## Format example
+javascirpt
+{
+    "title":"标题",
+    "content":"内容"
+}`,
               },
               },
               {
               {
                 type: "image_url",
                 type: "image_url",

+ 11 - 1
src/components/easy3/commpont/onlineWrite.vue

@@ -295,7 +295,17 @@ export default {
             content: [
             content: [
               {
               {
                 type: "text",
                 type: "text",
-                text: "这张图片里面有哪些文字?返回格式为{title:标题,content:内容}",
+                text: `NOTICE
+Role: 你是一个专门解读图片的大师,你可以把图片里面的文字全部提取出来,然后根据Format example的要求返回
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+
+-----
+## Format example
+javascirpt
+{
+    "title":"标题",
+    "content":"内容"
+}`,
               },
               },
               {
               {
                 type: "image_url",
                 type: "image_url",

+ 11 - 1
src/components/trainCourse/easy2/commpont/onlineWrite.vue

@@ -295,7 +295,17 @@ export default {
             content: [
             content: [
               {
               {
                 type: "text",
                 type: "text",
-                text: "这张图片里面有哪些文字?返回格式为{title:标题,content:内容}",
+                text: `NOTICE
+Role: 你是一个专门解读图片的大师,你可以把图片里面的文字全部提取出来,然后根据Format example的要求返回
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+
+-----
+## Format example
+javascirpt
+{
+    "title":"标题",
+    "content":"内容"
+}`,
               },
               },
               {
               {
                 type: "image_url",
                 type: "image_url",

+ 11 - 1
src/components/trainCourse/easy3/commpont/onlineWrite.vue

@@ -295,7 +295,17 @@ export default {
             content: [
             content: [
               {
               {
                 type: "text",
                 type: "text",
-                text: "这张图片里面有哪些文字?返回格式为{title:标题,content:内容}",
+                text: `NOTICE
+Role: 你是一个专门解读图片的大师,你可以把图片里面的文字全部提取出来,然后根据Format example的要求返回
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
+
+-----
+## Format example
+javascirpt
+{
+    "title":"标题",
+    "content":"内容"
+}`,
               },
               },
               {
               {
                 type: "image_url",
                 type: "image_url",

Some files were not shown because too many files changed in this diff