{
    "title": "Dytchem的网站导航页",
    "cards": [
        {
            "header": "个人简介",
            "elements": [
                {
                    "type": "paragraph",
                    "text": "我是一名物理专业的学生，也是一名业余的计算机科学爱好者，对编程、算法、人工智能、量子计算等方面感兴趣。"
                },
                {
                    "type": "button",
                    "id": "saveBtn",
                    "text": "我的 GitHub 主页",
                    "action": "openUrl",
                    "params": "https://github.com/Dytchem"
                }
            ]
        },
        {
            "header": "其他网页",
            "elements": [
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "Maze",
                            "action": "openUrl",
                            "params": "/maze"
                        },
                        {
                            "text": "Poem",
                            "action": "openUrl",
                            "params": "/poem"
                        }
                    ]
                },
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "Hexo",
                            "action": "openUrl",
                            "params": "https://hexo.dytchem.cn/"
                        },
                        {
                            "text": "WordPress",
                            "action": "openUrl",
                            "params": "http://139.196.161.66:10002/"
                        }
                    ]
                },
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "备用Discuz!",
                            "action": "openUrl",
                            "params": "https://dytchem.serv00.net/"
                        },
                        {
                            "text": "备用WordPress",
                            "action": "openUrl",
                            "params": "https://wp.dytchem.cn/"
                        }
                    ]
                }
            ]
        },
        {
            "header": "常用工具",
            "elements": [
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "代理访问",
                            "action": "openUrl",
                            "params": "https://proxy.dytchem.cn/"
                        },
                        {
                            "text": "代理下载",
                            "action": "openUrl",
                            "params": "https://d.dytchem.cn/"
                        }
                    ]
                },
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "缩短链接",
                            "action": "openUrl",
                            "params": "https://s.dytchem.cn/"
                        },
                        {
                            "text": "在线Jupyter",
                            "action": "openUrl",
                            "params": "https://219978.xyz/"
                        }
                    ]
                }
            ]
        },
        {
            "header": "联系方式",
            "elements": [
                {
                    "type": "paragraph",
                    "text": "QQ：1054329487"
                },
                {
                    "type": "paragraph",
                    "text": "邮箱：admin@dytchem.cn"
                },
                {
                    "type": "button",
                    "id": "emailBtn",
                    "text": "发送邮件",
                    "action": "sendEmail",
                    "params": "admin@dytchem.cn"
                }
            ]
        },
        {
            "header": "格式示例（隐藏卡片）",
            "hidden": true,
            "elements": [
                {
                    "type": "paragraph",
                    "text": "段落示例：普通文本内容"
                },
                {
                    "type": "input",
                    "id": "exampleInput",
                    "placeholder": "输入框示例（带占位符）"
                },
                {
                    "type": "button",
                    "id": "exampleBtn",
                    "text": "普通按钮示例",
                    "action": "alert",
                    "params": "这是按钮示例"
                },
                {
                    "type": "select",
                    "id": "exampleSelect",
                    "options": [
                        {
                            "text": "选项1",
                            "value": "1"
                        },
                        {
                            "text": "选项2",
                            "value": "2"
                        }
                    ]
                },
                {
                    "type": "button-group",
                    "elements": [
                        {
                            "text": "按钮组1",
                            "action": "alert",
                            "params": "按钮组示例1"
                        },
                        {
                            "text": "按钮组2",
                            "action": "alert",
                            "params": "按钮组示例2"
                        }
                    ]
                },
                {
                    "type": "checkbox-group",
                    "id": "exampleCheck",
                    "options": [
                        "复选1",
                        "复选2",
                        "复选3"
                    ]
                }
            ]
        }
    ]
}