fix: a serise of ui issues of new setting (#2920)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Qi
2023-06-29 17:25:42 +08:00
committed by Alex Yang
parent f7b07f4216
commit 6f5f0ab986
11 changed files with 43 additions and 41 deletions

View File

@@ -27,6 +27,7 @@ on:
env:
DEBUG: napi:*
BUILD_TYPE: canary
APP_NAME: affine
COVERAGE: true
MACOSX_DEPLOYMENT_TARGET: '10.13'
@@ -89,8 +90,6 @@ jobs:
name: Build @affine/web
runs-on: ubuntu-latest
environment: development
env:
RELEASE_VERSION: canary
steps:
- uses: actions/checkout@v3
@@ -109,9 +108,6 @@ jobs:
name: Build @affine/web (Desktop)
runs-on: ubuntu-latest
environment: development
env:
ENABLE_BOOKMARK_OPERATION: true
RELEASE_VERSION: canary
steps:
- uses: actions/checkout@v3