diff --git a/src/index.tsx b/src/index.tsx index a6142c5..b009b6b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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 = () => {