From dcbd90eea2aa208a942cfe677428be96cbb8cd59 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 2 Apr 2026 12:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E6=9B=B4=E6=96=B0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .trae/rules/sqlite-rules.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74952a3e..2f8b5321 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.settings.platform }} env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - APP_VERSION: ${{ github.sha }} + APP_VERSION: ${{ github.ref_name }} steps: - name: Checkout @@ -69,7 +69,7 @@ jobs: - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 10.32.1 + version: 10.33.0 - name: Install frontend dependencies run: pnpm install - name: Setup sentry-cli diff --git a/.trae/rules/sqlite-rules.md b/.trae/rules/sqlite-rules.md index c0067df7..4e977195 100644 --- a/.trae/rules/sqlite-rules.md +++ b/.trae/rules/sqlite-rules.md @@ -1,3 +1,8 @@ +--- +alwaysApply: false +description: SQLite 数据库操作规范,包括参数占位符、异步模式、插入/更新模式等规则 +--- + # SQLite 数据库操作规则 ## 参数占位符