Fix/watch fs large json (#657)

* fix: large json import still need to check identity

* fix: show wiki server error by hide view

* fix: possible loop when image load failed

fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/562

* fix: more check and reduce logs

* fix: sub wiki no sync notification

fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/526

* fix: type

* fix: update git sync js

fixes https://github.com/tiddly-gittly/TidGi-Desktop/issues/515

* fix: msix not uploaded

* typo

* lint

* Update comparison.ts
This commit is contained in:
lin onetwo 2025-11-24 01:45:33 +08:00 committed by GitHub
parent ccf825af06
commit 45e3f76da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 248 additions and 108 deletions

View file

@ -134,7 +134,7 @@ jobs:
draft: true
generate_release_notes: true
files: |
${{ matrix.platform == 'win' && 'out/make/**/*.exe' || 'out/make/**/*' }}
${{ matrix.platform == 'win' && 'out/make/**/*.{exe,msix,appx}' || 'out/make/**/*' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}