From 49d33bc2ced5a07769874a572b0ff485111f7584 Mon Sep 17 00:00:00 2001 From: cloudy2331 Date: Wed, 23 Apr 2025 12:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/auto_build.yaml | 10 +++ src/components/Cards/GeneralCard.vue | 3 +- src/components/General.vue | 113 +++++++++++++++------------ src/components/Main.vue | 31 +++----- src/components/SubscribeItem.vue | 8 +- src/modules/Sleep.js | 19 +++++ 6 files changed, 108 insertions(+), 76 deletions(-) create mode 100644 .gitea/workflows/auto_build.yaml create mode 100644 src/modules/Sleep.js diff --git a/.gitea/workflows/auto_build.yaml b/.gitea/workflows/auto_build.yaml new file mode 100644 index 0000000..7bb82a6 --- /dev/null +++ b/.gitea/workflows/auto_build.yaml @@ -0,0 +1,10 @@ +name: 自动打包 +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: npm install + - run: npm run build \ No newline at end of file diff --git a/src/components/Cards/GeneralCard.vue b/src/components/Cards/GeneralCard.vue index fbe337c..b183f3a 100644 --- a/src/components/Cards/GeneralCard.vue +++ b/src/components/Cards/GeneralCard.vue @@ -5,7 +5,7 @@