Skip to content

Commit 631299f

Browse files
committed
doc: 增加热更新跳转链接
1 parent c6876f7 commit 631299f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/src/component/Header/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ export default function Header(props: HeaderProps) {
3636
<NavLink to="/home">首页</NavLink>
3737
<NavLink to="/docs">文档</NavLink>
3838
<NavLink to="/components">RN组件</NavLink>
39+
<a target="__blank" href="https://pushy.reactnative.cn/">
40+
热更新
41+
</a>
3942
<a target="__blank" href="https://github.com/uiwjs/react-native-uiw/issues">
4043
问题反馈
4144
</a>

0 commit comments

Comments
 (0)