Skip to content

Commit

Permalink
功能调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlb0224 committed Mar 19, 2024
1 parent dadf7c2 commit a01bb32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/modules/annotationsToNote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ function register() {

const menu: MenuitemOptions = {
tag: "menu",
label: "导出笔记z",
label: "笔记管理",
icon: iconBaseUrl + "favicon.png",
children: [
{
tag: "menuitem",
label: "分割标签",
icon: iconBaseUrl + "favicon.png",
commandListener: (ev) => {},
},
{
tag: "menuitem",
label: "测试分割线",
Expand Down

0 comments on commit a01bb32

Please sign in to comment.