From 54d689a901c37874efe1ded0d3942ffbec05efcf Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 11 May 2025 13:34:39 +0800 Subject: [PATCH] docs: add iOS app to supported platforms Adds iOS app link to supported platforms in README Adjusts formatting for KV namespace setup instructions The iOS app is now available on the App Store at id6745417598 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe81a9..bcfec92 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ We welcome your contributions and PRs. - [Raycast-Sink](https://github.com/foru17/raycast-sink) - [x] Apple Shortcuts - [Sink Shortcuts](https://s.search1api.com/sink001) +- [x] iOS App + - [Sink](https://apps.apple.com/app/id6745417598) - [ ] Enhanced Link Management (with Cloudflare D1) - [ ] Analytics Enhancements (Support for merging filter conditions) - [ ] Dashboard Performance Optimization (Infinite loading) @@ -99,7 +101,7 @@ We welcome your contributions and PRs. 5. Save and deploy the project. 6. Cancel the deployment, then navigate to **Settings** -> **Bindings** -> **Add**: - - **KV Namespace**: Bind the variable name `KV` to a [KV namespace](https://developers.cloudflare.com/kv/) (create a new one under **Storage & Databases** -> **KV**). + - **KV Namespace**: Bind the variable name `KV` to a [KV namespace](https://developers.cloudflare.com/kv/) (create a new one under **Storage & Databases** -> **KV**). - **Workers AI** (_Optional_): Bind the variable name `AI` to the Workers AI Catalog. - **Analytics Engine**: - In **Workers & Pages**, go to **Account details** on the right side, find `Analytics Engine`, and click `Set up` to enable the free version.