ai/at
1
0

fix social-app title

This commit is contained in:
2025-12-08 14:55:22 +09:00
parent ca0e1f8e15
commit 5cb1cab030
4 changed files with 125 additions and 0 deletions

View File

@@ -65,3 +65,20 @@ $ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=a
}
}
```
## build
```sh
# build
./install.zsh
# build social-app
./install.zsh pull;./install.zsh patch;./install.zsh build social-app;./install.zsh push social-app
---
# server
./install.zsh
---
# social-app ios
./install.zsh pull;./ios/setup.zsh
./ios/build.zsh
```