فهرست منبع

chore(api): update protocol url path with wry 0.12.1 on Windows (#2409)

Ngo Iok Ui (Wu Yu Wei) 4 سال پیش
والد
کامیت
88382fe147
3فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 5 0
      .changes/windows-protocol-path.md
  2. 0 0
      core/tauri/scripts/bundle.js
  3. 1 1
      tooling/api/src/tauri.ts

+ 5 - 0
.changes/windows-protocol-path.md

@@ -0,0 +1,5 @@
+---
+"api": patch
+---
+
+Update protocol url path with wry 0.12.1 on Windows.

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
core/tauri/scripts/bundle.js


+ 1 - 1
tooling/api/src/tauri.ts

@@ -101,7 +101,7 @@ async function invoke<T>(cmd: string, args: InvokeArgs = {}): Promise<T> {
  */
 function convertFileSrc(filePath: string): string {
   return navigator.userAgent.includes('Windows')
-    ? `https://custom.protocol.asset_${filePath}`
+    ? `https://asset.${filePath}`
     : `asset://${filePath}`
 }
 

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است