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
This commit is contained in:
parent
a166c30532
commit
54d689a901
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue