feat: update README files to improve clarity on R2 vs KV storage options

This commit is contained in:
shuaiplus
2026-03-06 01:07:24 +08:00
parent 5d636e4977
commit fdf266111b
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -67,11 +67,13 @@
3. After deployment, open the Workers settings on the same page and disconnect the **Git repository**.
4. From the same location, reconnect the **Git repository** to the fork you created in step 1.
> [!NOTE] R2 vs KV
> [!NOTE]
> R2 vs KV
>- R2: typically requires a payment method; **single attachment/Send file limit is 100 MB** (**project-level limit, editable in code**); **10 GB free storage included**.
>- KV: no card required; **single attachment/Send file limit is 25 MiB** (**Cloudflare platform limit, not editable**); **1 GB free storage included**.
> [!TIP] Sync upstream (keep your fork updated):
> [!TIP]
> Sync upstream (keep your fork updated):
>- Manual: open your fork on GitHub and click **Sync fork** when prompted.
>- Automatic: in your fork, go to **Actions**, click "I understand my workflows, go ahead and enable them". It will auto-sync from upstream daily at 3 AM.