📄 静态页面
EdgeOne Pages 支持托管静态网站资源。
当前页面由 EdgeOne Pages 提供
⚡ Edge Functions
使用 Edge Functions 在边缘节点执行服务端逻辑。
📋 项目结构
edgeOnePagesProject/
├── index.html ← 首页(当前页面)
├── style.css ← 样式文件
└── edge-functions/
├── hello.js ← GET /hello
├── api/
│ ├── time.js ← GET /api/time
│ └── greet.js ← GET /api/greet?name=xxx
└── _middleware.js ← 请求日志中间件