testpage4
暂时没看出来有什么用的按钮
代码:
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '20px',
color: '#fff',
padding: '10px',
cursor: 'pointer',
}}
onClick={() => {
alert(`You clicked the color ${color} with label ${children}`)
}}>
{children}
</span>
);
This is Docusaurus green !
This is Facebook Pink !
生成SSH密钥
ssh-keygen -t ed25519 -C "2560291241@qq.com" -f ~/.ssh/id_E1H
加载评论中...