feat: support ai chat (#55)

This commit is contained in:
Kilu.He
2025-03-04 17:29:45 +08:00
committed by GitHub
parent 75a5a4dc09
commit 49abe042ef
54 changed files with 2074 additions and 627 deletions

View File

@@ -42,19 +42,14 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}
- name: Node_modules cache
uses: actions/cache@v2
with:
path: node_modules
key: node-modules-${{ runner.os }}
- name: install frontend dependencies
run: |
pnpm install
- name: Run lint check
run: |
pnpm run lint
- name: build and analyze
run: |
pnpm run analyze >> analyze-size.txt