Переглянути джерело

Merge branch 'main' of https://github.com/Kholid060/auto

Ahmad Kholid 3 роки тому
батько
коміт
18ba1376b8

+ 1 - 1
src/components/newtab/workflow/edit/EditTrigger.vue

@@ -90,7 +90,7 @@ const emit = defineEmits(['update:data']);
 const triggers = [
   { id: 'manual', name: 'Manually' },
   { id: 'interval', name: 'Interval' },
-  { id: 'date', name: 'On spesific date' },
+  { id: 'date', name: 'On specific date' },
   { id: 'visit-web', name: 'When visit a website' },
 ];
 const maxDate = dayjs().add(30, 'day').format('YYYY-MM-DD');

+ 1 - 1
src/newtab/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <title>Chrome Extension Boilerplate (with React 16.6+ & Webpack 4+)</title>
+    <title>Automa</title>
   </head>
 
   <body>

+ 3 - 3
yarn.lock

@@ -4758,9 +4758,9 @@ npm-run-path@^4.0.1:
     path-key "^3.0.0"
 
 nth-check@^2.0.0:
-  version "2.0.0"
-  resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.0.tgz#1bb4f6dac70072fc313e8c9cd1417b5074c0a125"
-  integrity sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
+  integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
   dependencies:
     boolbase "^1.0.0"