Ahmad Kholid 3 年之前
父节点
当前提交
6e54dd66cc
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      src/newtab/pages/workflows/[id].vue
  3. 1 0
      src/utils/shared.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "0.15.4",
+  "version": "0.16.0",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "repository": {

+ 1 - 1
src/newtab/pages/workflows/[id].vue

@@ -409,7 +409,7 @@ onUnmounted(() => {
 <style>
 .ghost-task {
   height: 40px;
-  @apply bg-box-transparent;
+  @apply bg-gray-200;
 }
 .ghost-task:not(.workflow-task) * {
   display: none;

+ 1 - 0
src/utils/shared.js

@@ -555,6 +555,7 @@ export const tasks = {
       loopData: '[]',
       description: '',
       referenceKey: '',
+      specificRowAndCol: false,
       loopThrough: 'data-columns',
     },
   },