Skip to content

Commit 1a5fb4f

Browse files
committed
feat: 增加2.0使用提示
1 parent de762bb commit 1a5fb4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/src/core/service/GlobalMenu.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import {
3838
Axe,
3939
Bot,
4040
CircleAlert,
41+
Dumbbell,
4142
ExternalLink,
4243
File,
4344
FileClock,
@@ -719,6 +720,23 @@ export function GlobalMenu() {
719720
{t("about.guide")}
720721
<Frown />
721722
</Item>
723+
<Item
724+
onClick={() =>
725+
Dialog.confirm(
726+
"2.0使用提示",
727+
[
728+
"1. 底部工具栏移动至右键菜单(在空白处右键,因为在节点上右键是点击式连线)",
729+
"2. 文件从json升级为了prg文件,能够内置图片了,打开旧版本json文件时会自动转为prg文件",
730+
"3. 快捷键与秘籍键合并了",
731+
"4. 节点详细信息不是markdown格式了",
732+
"5. 标签面板暂时关闭了,后续会用更高级的功能代替",
733+
].join("\n"),
734+
)
735+
}
736+
>
737+
<Dumbbell />
738+
1.8 至 2.0 升级使用指南
739+
</Item>
722740
</Content>
723741
</Menu>
724742

0 commit comments

Comments
 (0)