- ViewPropertyAnimator 사용으로 더 부드러운 전환 - alpha 애니메이션 추가로 시각적 효과 개선 - APK URL 업데이트 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
# 로컬 설정 파일
|
|
|
|
## Personal Access Token (Gitea)
|
|
- 토큰: `e3b515eaa0a6683c921ca3bf718e281ed30a6075`
|
|
- 용도: git.webpluss.net API 접근 (Release 업로드, version.json 업데이트)
|
|
- **Git에 Commit되지 않도록 주의**
|
|
|
|
## 사용 예시
|
|
```bash
|
|
curl -u "sanjeok77:e3b515eaa0a6683c921ca3bf718e281ed30a6075" \
|
|
"https://git.webpluss.net/api/v1/repos/sanjeok77/NeFLIX/releases"
|
|
```
|