ai/at
1
0

rm atproto

This commit is contained in:
2026-02-19 16:35:07 +09:00
parent 9157948d93
commit 23568708a6
6 changed files with 10 additions and 10 deletions

View File

@@ -7,12 +7,12 @@ path: help/index.html
## Getting Started ## Getting Started
1. Download the app from the App Store 1. Download the app from the App Store
2. Sign in with your AT Protocol handle 2. Sign in with your handle
3. Start connecting with your community 3. Start connecting with your community
## Authentication ## Authentication
This app uses AT Protocol OAuth for secure authentication. Your credentials are never stored on our servers. This app uses OAuth for secure authentication. Your credentials are never stored on our servers.
## Features ## Features
@@ -36,4 +36,4 @@ This app uses AT Protocol OAuth for secure authentication. Your credentials are
## Contact Support ## Contact Support
For additional help, please visit our Git repository or contact us through AT Protocol. For additional help, please visit our Git repository or contact us through our social account.

View File

@@ -12,7 +12,7 @@ This application is open source software.
This app uses the following open source libraries: This app uses the following open source libraries:
- **AT Protocol** - MIT License - **Decentralized Social Protocol** - MIT License
- **React Native** - MIT License - **React Native** - MIT License
- **Expo** - MIT License - **Expo** - MIT License
@@ -22,7 +22,7 @@ App icons and graphics are proprietary unless otherwise noted.
## Attribution ## Attribution
Built with AT Protocol by syui. Built by syui.
## Contact ## Contact

View File

@@ -8,7 +8,7 @@ path: privacy/index.html
This application collects minimal information necessary for its operation: This application collects minimal information necessary for its operation:
- **Account Information**: Your AT Protocol handle and DID for authentication - **Account Information**: Your handle and DID for authentication
- **Usage Data**: Basic app usage statistics to improve the service - **Usage Data**: Basic app usage statistics to improve the service
## How We Use Your Information ## How We Use Your Information
@@ -19,7 +19,7 @@ This application collects minimal information necessary for its operation:
## Data Storage ## Data Storage
Your data is stored securely on AT Protocol compatible servers. We do not sell or share your personal information with third parties. Your data is stored securely on decentralized social servers. We do not sell or share your personal information with third parties.
## Your Rights ## Your Rights

View File

@@ -12,7 +12,7 @@ By using this application, you agree to these Terms of Service.
You agree to use this service in accordance with: You agree to use this service in accordance with:
- Applicable laws and regulations - Applicable laws and regulations
- AT Protocol community guidelines - Community guidelines
- Respectful behavior towards other users - Respectful behavior towards other users
## User Content ## User Content

View File

@@ -5,7 +5,7 @@
"scheme": "aiat", "scheme": "aiat",
"version": "1.111.0", "version": "1.111.0",
"category": "Social", "category": "Social",
"description": "Aiat is a social networking application based on AT Protocol. Connect with your community on syu.is.", "description": "Aiat is a social networking application. Connect with your community on syu.is.",
"backLink": "syu.is", "backLink": "syu.is",
"icon": "/static/app.png", "icon": "/static/app.png",
"os": "iOS 26.0+", "os": "iOS 26.0+",

View File

@@ -61,7 +61,7 @@ export function appLayout(site: SiteConfig, content: string): string {
<span class="link-arrow">&rarr;</span> <span class="link-arrow">&rarr;</span>
</div> </div>
<div class="link-row"> <div class="link-row">
<span class="link-icon">ATProto</span> <span class="link-icon">Social</span>
<a href="https://syui.ai" class="link-value" target="_blank">syui.ai</a> <a href="https://syui.ai" class="link-value" target="_blank">syui.ai</a>
<span class="link-arrow">&rarr;</span> <span class="link-arrow">&rarr;</span>
</div> </div>