Skip to content

iamdvd/ZHYtest1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw 学习网站

一个漂亮的静态学习网站,用于学习 OpenClaw 开发。

功能特性

  • 🎨 现代化设计 - 渐变背景、卡片式布局、流畅动画
  • 📱 响应式 - 支持桌面、平板、手机
  • 快速加载 - 纯静态 HTML/CSS/JS,无需后端
  • 🔍 搜索功能 - 文档搜索
  • 📋 一键复制 - 点击代码块复制命令

文件结构

openclaw-learning-website/
├── index.html      # 主页面
├── style.css       # 样式文件
├── script.js       # 交互脚本
└── README.md       # 说明文件

本地运行

直接用浏览器打开 index.html 即可,或者启动一个本地服务器:

# 使用 Python
python3 -m http.server 8000

# 使用 Node.js
npx serve .

# 使用 PHP
php -S localhost:8000

然后访问 http://localhost:8000

内容大纲

  1. 首页 - 介绍 OpenClaw 和特性
  2. 分阶课程 - 入门 → 进阶 → 高级 → 项目
  3. 文档 - 分类文档导航
  4. 案例 - 精选实战案例
  5. 快速开始 - 五分钟安装指南
  6. 社区 - 加入社区链接

部署

可以直接部署到:

  • GitHub Pages
  • Vercel
  • Netlify
  • 任何静态文件托管服务

许可证

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors