We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de762bb commit 1a5fb4fCopy full SHA for 1a5fb4f
app/src/core/service/GlobalMenu.tsx
@@ -38,6 +38,7 @@ import {
38
Axe,
39
Bot,
40
CircleAlert,
41
+ Dumbbell,
42
ExternalLink,
43
File,
44
FileClock,
@@ -719,6 +720,23 @@ export function GlobalMenu() {
719
720
{t("about.guide")}
721
<Frown />
722
</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>
740
</Content>
741
</Menu>
742
0 commit comments