mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +01:00
🎨 更新删除操作确认提示
This commit is contained in:
parent
08a0f835ab
commit
f76608bf90
16 changed files with 17 additions and 12 deletions
|
|
@ -88,7 +88,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
|
|||
label: window.siyuan.languages.delete,
|
||||
accelerator: "⌦",
|
||||
click: () => {
|
||||
confirmDialog(window.siyuan.languages.delete,
|
||||
confirmDialog(window.siyuan.languages.deleteOpConfirm,
|
||||
`${window.siyuan.languages.confirmDelete} <b>${Lute.EscapeHTMLStr(name)}</b>?`, () => {
|
||||
fetchPost("/api/notebook/removeNotebook", {
|
||||
notebook: notebookId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue