@adminforth/bulk-ai-flow 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.log +2 -2
- package/custom/VisionAction.vue +1 -1
- package/dist/custom/VisionAction.vue +1 -1
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -13,5 +13,5 @@ custom/package-lock.json
|
|
|
13
13
|
custom/package.json
|
|
14
14
|
custom/tsconfig.json
|
|
15
15
|
|
|
16
|
-
sent 88,
|
|
17
|
-
total size is 87,
|
|
16
|
+
sent 88,106 bytes received 172 bytes 176,556.00 bytes/sec
|
|
17
|
+
total size is 87,461 speedup is 0.99
|
package/custom/VisionAction.vue
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{{ formatLabel(promptKey) }} prompt:
|
|
114
114
|
<Textarea
|
|
115
115
|
v-model="generationPrompts[key][promptKey]"
|
|
116
|
-
class="w-full h-
|
|
116
|
+
class="w-full h-64 p-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-purple-500"
|
|
117
117
|
></Textarea>
|
|
118
118
|
<p class="text-red-500 hover:underline hover:cursor-pointer mt-2" @click="resetPromptToDefault(key, promptKey)">reset to default</p>
|
|
119
119
|
</div>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{{ formatLabel(promptKey) }} prompt:
|
|
114
114
|
<Textarea
|
|
115
115
|
v-model="generationPrompts[key][promptKey]"
|
|
116
|
-
class="w-full h-
|
|
116
|
+
class="w-full h-64 p-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-purple-500"
|
|
117
117
|
></Textarea>
|
|
118
118
|
<p class="text-red-500 hover:underline hover:cursor-pointer mt-2" @click="resetPromptToDefault(key, promptKey)">reset to default</p>
|
|
119
119
|
</div>
|