Skip to content

Commit

Permalink
feat: 改为新开界面讲解原理
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoZeyuan committed Aug 8, 2024
1 parent bfe643d commit 96d2443
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ export default () => {
Const.CharDb_Level_Item[snapshot.status.currentCharDbLevel];

const showDrawer = () => {
setIsOpen(true);
open(
"https://github.com/YaoZeyuan/name-generator/blob/master/README.md",
"_blank"
);
// setIsOpen(true);
};

const onClose = () => {
Expand Down

0 comments on commit 96d2443

Please sign in to comment.