mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
* 中文 i18n * 简体中文 繁体中文 用户指南 * 繁体中文 i18n * 英文 用户指南 * 英文 i18n * 数据库字段菜单 * 数据库视图菜单 * 数据库条目右键菜单 分隔线关联: https://github.com/siyuan-note/siyuan/issues/12518 https://github.com/siyuan-note/siyuan/issues/12910 * 顺序调整 * 简体中文 繁体中文 i18n
This commit is contained in:
parent
cb2560ffda
commit
e164e88dc4
18 changed files with 118 additions and 107 deletions
|
|
@ -270,7 +270,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
|
|||
/// #if !MOBILE
|
||||
const blockId = ids[0];
|
||||
const openSubmenus = openEditorTab(protyle.app, [blockId], undefined, undefined, true);
|
||||
openSubmenus.push({type: "separator"});
|
||||
openSubmenus.push({id: "separator_3", type: "separator"});
|
||||
openSubmenus.push({
|
||||
icon: "iconAttr",
|
||||
label: window.siyuan.languages.attr,
|
||||
|
|
@ -581,7 +581,7 @@ ${window.siyuan.languages.insertRowAfter.replace("${x}", '<span class="fn__space
|
|||
});
|
||||
menu.addItem({
|
||||
icon: "iconAttr",
|
||||
label: window.siyuan.languages.attr,
|
||||
label: window.siyuan.languages.fields,
|
||||
type: "submenu",
|
||||
submenu: editAttrSubmenu
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue