feat: add url query to activity payload

This commit is contained in:
johnnyjoy
2024-09-22 14:12:33 +08:00
parent b15b070487
commit a7b3252096
10 changed files with 168 additions and 31 deletions

View File

@@ -28,6 +28,9 @@ jobs:
- name: Run eslint check
run: pnpm lint
working-directory: frontend/web
- name: Run type check
run: pnpm type-check
working-directory: frontend/web
frontend-build:
runs-on: ubuntu-latest