From 4345ddc64538f586856b58762696a197450a0035 Mon Sep 17 00:00:00 2001 From: Danil Date: Sun, 23 Jun 2024 21:32:43 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 -- src/components/modals/CreateModal.vue | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 94fac91..23215a4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -41,12 +41,10 @@ jobs: run: | touch src-tauri/src/config.rs echo 'pub(crate) static ENC_KEY: &str = "${{secrets.HASH_KEY}}";' > src-tauri/src/config.rs - ls -l src-tauri/src - name: Check files (Windows) if: matrix.platform == 'windows-latest' run: | New-Item -Path src-tauri/src -name "config.rs" -Value 'pub(crate) static ENC_KEY: &str = "${{secrets.HASH_KEY}}";' - dir src-tauri/src - name: Install Rust stable uses: dtolnay/rust-toolchain@stable diff --git a/src/components/modals/CreateModal.vue b/src/components/modals/CreateModal.vue index 8990dbd..5626cc4 100644 --- a/src/components/modals/CreateModal.vue +++ b/src/components/modals/CreateModal.vue @@ -54,7 +54,7 @@ async function create_task(){
- +
@@ -71,7 +71,7 @@ async function create_task(){
- +