- 重写 README.md,添加在线体验、API 文档、部署指南、技术栈等 - 添加 MIT LICENSE - 添加 CONTRIBUTING.md 贡献指南 - 添加 GitHub Issue/PR 模板 - 完善 .gitignore,防止原始图片和敏感文件误提交 - 从 git 中移除 25 个原始图片文件(.png/.jpg/非序号 webp) - 项目结构迁移:functions/ -> src/,根目录静态文件 -> public/ - 添加 wrangler.toml 与 package.json 配置
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
/manifest.json
|
|
Access-Control-Allow-Origin: *
|
|
Cache-Control: public, max-age=300
|
|
|
|
/mobile-image/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/desketop-image/*
|
|
Cache-Control: public, max-age=31536000, immutable
|