Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 3, 2024
1 parent 6f58338 commit 4410ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.9.2 2024-01

* [Add plugin function `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063)
* [Add plugin event bus `lock-screen`](https://github.com/siyuan-note/siyuan/pull/9967)
* [Add plugin event bus `open-menu-inbox`](https://github.com/siyuan-note/siyuan/pull/9967)

Expand Down
2 changes: 2 additions & 0 deletions siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ export function openTab(options: {

export function getFrontend(): "desktop" | "desktop-window" | "mobile" | "browser-desktop" | "browser-mobile";

export function lockScreen(app: App): void

export function getBackend(): "windows" | "linux" | "darwin" | "docker" | "android" | "ios";

export function adaptHotkey(hotkey: string): string;
Expand Down

0 comments on commit 4410ffb

Please sign in to comment.