siyuan 1.1.8 → 1.1.9
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.
- package/CHANGELOG.md +5 -1
- package/package.json +1 -1
- package/siyuan.d.ts +1 -0
- package/types/platformUtils.ts +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/siyuan.d.ts
CHANGED
package/types/platformUtils.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const getLocalStorage: (cb: () => void) => void;
|
|
|
16
16
|
export declare const setStorageVal: (key: string, val: any, cb?: () => void) => void;
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* @param {string} [options.timeoutType="defalut"]
|
|
19
|
+
* @param {string} [options.timeoutType="defalut"] 仅在 Windows 和 Linux 有效,"default" 表示使用默认的超时机制,"never" 表示通知将一直显示,直到用户手动关闭它。
|
|
20
20
|
* @returns 通知 id
|
|
21
21
|
*/
|
|
22
22
|
export declare const sendNotification: (options: {
|