mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-15 21:03:29 +08:00
🔨 更新构建脚本
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
alwaysApply: false
|
||||
description: SQLite 数据库操作规范,包括参数占位符、异步模式、插入/更新模式等规则
|
||||
---
|
||||
|
||||
# SQLite 数据库操作规则
|
||||
|
||||
## 参数占位符
|
||||
|
||||
Reference in New Issue
Block a user