Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 683 Bytes

File metadata and controls

30 lines (19 loc) · 683 Bytes

AgentR1.github.io

Claw-R1 项目主页仓库(GitHub Pages)。

在线访问地址:https://AgentR1.github.io/

内容说明

  • index.html:主页入口文件(访问根域名会直接展示)
  • doc.md:主页文案草稿与资料整理
  • index.md:早期 Markdown 版本主页(保留作参考)

本地预览

在仓库目录执行(任选其一):

  • Python 3:
    • python3 -m http.server 8000
  • Node.js:
    • npx serve .

然后访问:

相关链接