From ad257bba84626d5551321095aca6fdaa2fc4ceab Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Thu, 5 Jun 2025 17:50:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components.d.ts b/components.d.ts index 764447d..2c6f112 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,7 @@ declare module '@vue/runtime-core' { VanGridItem: typeof import('vant/es')['GridItem'] VanIcon: typeof import('vant/es')['Icon'] VanImage: typeof import('vant/es')['Image'] + VanStepper: typeof import('vant/es')['Stepper'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] VanTabbar: typeof import('vant/es')['Tabbar'] From 54a75029f1076c14defd8394f7911b7b63253947 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 5 Jun 2025 17:59:51 +0800 Subject: [PATCH 2/2] change node to 22.16.0 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4aadfa7..10cbb87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ clone: steps: - name: yarn build prod - image: node:20.11.1 + image: node:22.16.0 volumes: - name: data path: /data @@ -48,7 +48,7 @@ steps: - sruid - name: yarn build test - image: node:20.11.1 + image: node:22.16.0 environment: HTTP_PROXY: from_secret: http_proxy