feat: ship portal and android release updates

This commit is contained in:
yoyuzh
2026-04-05 13:57:13 +08:00
parent 52b5bbfe8e
commit ed837f5ec9
46 changed files with 1507 additions and 189 deletions

View File

@@ -130,6 +130,14 @@ export interface DownloadUrlResponse {
url: string;
}
export interface AndroidReleaseInfo {
downloadUrl: string;
fileName: string;
versionCode: string | null;
versionName: string | null;
publishedAt: string | null;
}
export interface CreateFileShareLinkResponse {
token: string;
filename: string;