link: 
content:
  header: 专题课列表
  items:
  - image: ../../../assets/linux.png
    content: 
        header: Linux命令与Bash脚本
        description:
          - Linux 系统连接
          - Linux 常用命令
          - Bash 编程语法
  - image: ../../../assets/pytest.png
    content: 
        header: Python编程语言与Pytest测试框架
        description:
          - 框架常用操作
          - 数据驱动
          - Pytest fixture
          - Pytest 第三方插件
  - image: ../../../assets/appium.png
    content: 
        header: Python/Web/App/用户端自动化与专项测试
        description:
          - 元素定位
          - Page Object 设计模式
          - 绕过扫码、滑块、短信校验等认证方法
  - image: ../../../assets/requests.jpeg
    content: 
        header: Python接口自动化测试
        description:
          - 接口自动化测试用例编写
          - 接口请求构造与响应断言
          - 接口鉴权解决方法
          - 接口加密解决方法
  - image: ../../../assets/jmeter.png
    content: 
        header: 性能测试
        description:
          - 性能测试场景设计
          - 性能测试工具 JMeter 
          - 性能监控体系
  - image: ../../../assets/burpsuite.png
    content: 
        header: 安全测试
        description:
          - 常见安全漏洞原理与解决方法
          - 常用安全测试工具的使用
  - image: ../../../assets/android.png
    content: 
        header: 专项测试
        description:
          - 专项测试工具
          - 弱网测试、健壮性测试、兼容性测试方法
          - 用户端性能测试能力建设
  - image: ../../../assets/devops.png
    content: 
        header: 持续集成/持续交付/Devops
        description:
          - 持续集成的体系构建
          - 自动化测试持续集成
          - Web 与 App 应用自动发布流水线构建方法
          - 持续部署的流程和实现
  - image: ../../../assets/elastic.png
    content: 
        header: 测试右移
        description:
          - 测试右移技术体系
          - 测试右移常用技术 ELK
  - image: ../../../assets/flask.png
    content: 
        header: Python测试平台开发
        description:
          - 路由管理与注册技术
          - 后端常用数据库 ORM 框架
          - 后端接口文档管理 Swagger
  - image: ../../../assets/algorithm.png
    content: 
        header: Python算法与设计模式
        description:
          - 数据结构
          - 设计模式