@etsoo/appscript 1.5.67 → 1.5.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,19 @@
1
- import { FlutterHost } from './FlutterHost';
2
- import { IBridgeHost } from './IBridgeHost';
1
+ import { FlutterHost } from "./FlutterHost";
2
+ import { IBridgeHost } from "./IBridgeHost";
3
3
 
4
4
  /**
5
5
  * Bridge utils
6
6
  */
7
7
  export namespace BridgeUtils {
8
- const g: any = globalThis;
8
+ const g: any = globalThis;
9
9
 
10
- /**
11
- * Bridge host
12
- */
13
- export const host =
14
- typeof g.flutter_inappwebview === 'object'
15
- ? new FlutterHost(g.flutter_inappwebview)
16
- : typeof g.electron === 'object'
17
- ? (g.electron as IBridgeHost)
18
- : undefined;
10
+ /**
11
+ * Bridge host
12
+ */
13
+ export const host =
14
+ typeof g.flutter_inappwebview === "object"
15
+ ? new FlutterHost(g.flutter_inappwebview)
16
+ : typeof g.electron === "object"
17
+ ? (g.electron as IBridgeHost)
18
+ : undefined;
19
19
  }
package/src/i18n/en.json CHANGED
@@ -74,6 +74,7 @@
74
74
  "environmentChanged": "The operating environment has changed, please log in again",
75
75
  "error": "Error",
76
76
  "etsoo": "ETSOO",
77
+ "etsoor": "ETSOO®",
77
78
  "expiry": "Expiry",
78
79
  "exportToPdf": "Export to PDF",
79
80
  "failed": "Operation failed",
@@ -74,6 +74,7 @@
74
74
  "environmentChanged": "运行环境已改变,请重新登录",
75
75
  "error": "错误",
76
76
  "etsoo": "亿速思维",
77
+ "etsoor": "亿速思维®",
77
78
  "expiry": "到期时间",
78
79
  "exportToPdf": "导出为PDF",
79
80
  "failed": "操作失败",
@@ -74,6 +74,7 @@
74
74
  "environmentChanged": "運行環境已改變,請重新登錄",
75
75
  "error": "錯誤",
76
76
  "etsoo": "億速思維",
77
+ "etsoor": "億速思維®",
77
78
  "expiry": "到期時間",
78
79
  "exportToPdf": "導出為PDF",
79
80
  "failed": "操作失敗",