🎨 Update text

This commit is contained in:
Daniel 2023-06-27 11:44:09 +08:00
parent bcc2c38571
commit b3d81354e0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 6 additions and 6 deletions

View file

@ -2381,7 +2381,7 @@
"Children": [ "Children": [
{ {
"Type": "NodeText", "Type": "NodeText",
"Data": "分线" "Data": "分线"
} }
] ]
}, },

View file

@ -6742,7 +6742,7 @@
"Children": [ "Children": [
{ {
"Type": "NodeText", "Type": "NodeText",
"Data": "分线" "Data": "分线"
} }
] ]
}, },

View file

@ -2382,7 +2382,7 @@
"Children": [ "Children": [
{ {
"Type": "NodeText", "Type": "NodeText",
"Data": "分線" "Data": "分線"
} }
] ]
}, },

View file

@ -6804,7 +6804,7 @@
"Children": [ "Children": [
{ {
"Type": "NodeText", "Type": "NodeText",
"Data": "分線" "Data": "分線"
} }
] ]
}, },

View file

@ -120,7 +120,7 @@ export const switchWnd = (newWnd: Wnd, targetWnd: Wnd) => {
} }
} }
}); });
// 分线 // 分线
newWnd.element.after(newWnd.element.previousElementSibling); newWnd.element.after(newWnd.element.previousElementSibling);
newWnd.parent.children.find((item, index) => { newWnd.parent.children.find((item, index) => {
if (item.id === newWnd.id) { if (item.id === newWnd.id) {

View file

@ -106,7 +106,7 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
value: `| ${Lute.Caret} | | |\n| --- | --- | --- |\n| | | |\n| | | |`, value: `| ${Lute.Caret} | | |\n| --- | --- | --- |\n| | | |\n| | | |`,
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconTable"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.table}</span><span class="b3-menu__accelerator">${updateHotkeyTip((window.siyuan.config.keymap.editor.insert.table.custom))}</span></div>`, html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconTable"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.table}</span><span class="b3-menu__accelerator">${updateHotkeyTip((window.siyuan.config.keymap.editor.insert.table.custom))}</span></div>`,
}, { }, {
filter: ["分割线", "fengexian", "fgx", "divider"], filter: ["分割线", "分隔线", "fengexian", "fgx", "divider", "thematic", "break"],
value: "---", value: "---",
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconLine"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.line}</span><span class="b3-list-item__meta">---</span></div>`, html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconLine"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.line}</span><span class="b3-list-item__meta">---</span></div>`,
}, { }, {