本地内存存储版 — 无需 D1 / R2,部署即用
当前使用内存存储。准备好后: 1. 在 wrangler.toml 添加 D1 + R2 绑定 2. 将 store/memory.ts → store/d1.ts 3. 将 storage/memory.ts → storage/r2.ts 4. 业务代码无需改动
wrangler.toml
store/memory.ts
store/d1.ts
storage/memory.ts
storage/r2.ts