feat: Phase 1 mobile tablet — Jenkins APK, PC tab, in-app update

Capacitor 확장으로 git push 시 Mobile Jenkins 빌드, PC 탭 Android/iPad 다운로드,
앱 내 APK 업데이트, iOS TestFlight API 및 Capacitor ios 프로젝트를 추가한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 16:31:55 +09:00
parent 36c06b55ea
commit f34104b721
38 changed files with 1468 additions and 15 deletions
+4
View File
@@ -13467,6 +13467,10 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
color: #fff; font-size: 13px; font-weight: 700; cursor: pointer;
}
.app-download-pc-btn:hover { filter: brightness(1.06); }
.app-download-pc-btn--link {
display: inline-flex; align-items: center; justify-content: center;
text-decoration: none; box-sizing: border-box;
}
.tmb-desktop-update-btn.busy { opacity: 0.65; cursor: wait; }
.tmb-desktop-update-btn.busy svg { animation: tmb-update-spin 0.9s linear infinite; }
@keyframes tmb-update-spin { to { transform: rotate(360deg); } }