浏览代码

chore(deps): update rsapi 0.0.35

chore(build): default to file-sync prod env
Andelf 3 年之前
父节点
当前提交
5f36380e7f
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/build-android.yml
  2. 1 1
      .github/workflows/build-desktop-release.yml
  3. 1 1
      resources/package.json

+ 1 - 1
.github/workflows/build-android.yml

@@ -23,7 +23,7 @@ on:
         description: 'File sync production mode'
         description: 'File sync production mode'
         type: boolean
         type: boolean
         required: true
         required: true
-        default: false
+        default: true
   workflow_call:
   workflow_call:
     inputs:
     inputs:
       build-target:
       build-target:

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -32,7 +32,7 @@ on:
         description: 'File sync production mode'
         description: 'File sync production mode'
         type: boolean
         type: boolean
         required: true
         required: true
-        default: false
+        default: true
       enable-plugins:
       enable-plugins:
         description: 'Build with plugin system support'
         description: 'Build with plugin system support'
         type: boolean
         type: boolean

+ 1 - 1
resources/package.json

@@ -36,7 +36,7 @@
     "https-proxy-agent": "5.0.0",
     "https-proxy-agent": "5.0.0",
     "@sentry/electron": "2.5.1",
     "@sentry/electron": "2.5.1",
     "posthog-js": "1.10.2",
     "posthog-js": "1.10.2",
-    "@logseq/rsapi": "0.0.34",
+    "@logseq/rsapi": "0.0.35",
     "electron-deeplink": "1.0.10",
     "electron-deeplink": "1.0.10",
     "abort-controller": "3.0.0"
     "abort-controller": "3.0.0"
   },
   },