feat(release): prepare 1.1.0 candidate
This commit is contained in:
parent
5a34f66981
commit
5205dcdfa9
736 changed files with 115667 additions and 12203 deletions
|
|
@ -20,13 +20,13 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
|
|||
os: 'android',
|
||||
osName: 'Android',
|
||||
isMobile: true,
|
||||
downloadUrl: 'https://git.chanpaca.net/attachments/0b015367-dd8b-488c-8cc0-4db413b51792',
|
||||
downloadFilename: 'd3ro-voice-v1.0.0-signed.apk',
|
||||
badgeText: 'ANDROID APK v1.0.0',
|
||||
buttonLabelKo: 'Android용 무료 다운로드 (APK)',
|
||||
buttonLabelEn: 'Download for Android (APK)',
|
||||
subtextKo: 'v1.0.0 · 공식 서명 APK (47.5MB) · Google Play 호환',
|
||||
subtextEn: 'v1.0.0 · Official Signed APK (47.5MB) · Play Protected',
|
||||
downloadUrl: '#download',
|
||||
downloadFilename: '',
|
||||
badgeText: 'ANDROID RELEASE PENDING',
|
||||
buttonLabelKo: 'Android 공식 배포 준비 중',
|
||||
buttonLabelEn: 'Android release unavailable',
|
||||
subtextKo: '서명된 배포 증거가 확인될 때까지 다운로드를 제공하지 않습니다.',
|
||||
subtextEn: 'Download stays unavailable until signed release evidence is verified.',
|
||||
},
|
||||
ios: {
|
||||
os: 'ios',
|
||||
|
|
@ -34,23 +34,23 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
|
|||
isMobile: true,
|
||||
downloadUrl: '#download',
|
||||
downloadFilename: '',
|
||||
badgeText: 'iOS TESTFLIGHT / PWA',
|
||||
buttonLabelKo: 'iOS 앱 / TestFlight 시작',
|
||||
buttonLabelEn: 'Download for iOS (TestFlight)',
|
||||
subtextKo: 'v1.0.0 · iPhone & iPad 지원 · PWA 즉시 실행',
|
||||
subtextEn: 'v1.0.0 · iPhone & iPad Supported · Instant PWA',
|
||||
badgeText: 'iOS DISTRIBUTION UNAVAILABLE',
|
||||
buttonLabelKo: 'iOS 배포 미지원',
|
||||
buttonLabelEn: 'iOS distribution unavailable',
|
||||
subtextKo: '현재 검증된 App Store 또는 TestFlight 배포가 없습니다.',
|
||||
subtextEn: 'No verified App Store or TestFlight distribution is available.',
|
||||
},
|
||||
windows: {
|
||||
os: 'windows',
|
||||
osName: 'Windows',
|
||||
isMobile: false,
|
||||
downloadUrl: 'https://git.chanpaca.net/attachments/c281a224-2538-496a-bf74-bc188938c734',
|
||||
downloadFilename: 'D3RO-Voice-Setup-1.0.0-x64.exe',
|
||||
badgeText: 'WINDOWS x64 v1.0.0',
|
||||
buttonLabelKo: 'Windows용 무료 다운로드',
|
||||
buttonLabelEn: 'Download for Windows (x64)',
|
||||
subtextKo: 'v1.0.0 · x64 공식 인스톨러 (102MB) · 온디바이스',
|
||||
subtextEn: 'v1.0.0 · x64 Official Setup (102MB) · On-Device',
|
||||
downloadUrl: '#download',
|
||||
downloadFilename: '',
|
||||
badgeText: 'DESKTOP 1.1.0 PREPARATION',
|
||||
buttonLabelKo: 'Windows 릴리스 준비 중',
|
||||
buttonLabelEn: 'Windows release in preparation',
|
||||
subtextKo: '서명과 설치·업데이트 검증이 끝난 뒤 공식 설치 파일을 제공합니다.',
|
||||
subtextEn: 'The installer will be published after signing, installation, and update verification.',
|
||||
},
|
||||
macos: {
|
||||
os: 'macos',
|
||||
|
|
@ -58,11 +58,11 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
|
|||
isMobile: false,
|
||||
downloadUrl: '#download',
|
||||
downloadFilename: '',
|
||||
badgeText: 'MACOS UNIVERSAL',
|
||||
buttonLabelKo: 'macOS용 무료 다운로드',
|
||||
buttonLabelEn: 'Download for macOS (Universal)',
|
||||
subtextKo: 'v1.0.0 · Apple Silicon (M1/M2/M3/M4) & Intel 지원',
|
||||
subtextEn: 'v1.0.0 · Apple Silicon & Intel Universal',
|
||||
badgeText: 'MACOS APPLE SILICON PREPARATION',
|
||||
buttonLabelKo: 'macOS 릴리스 준비 중',
|
||||
buttonLabelEn: 'macOS release in preparation',
|
||||
subtextKo: 'Apple Silicon용 빌드는 서명과 설치 검증을 마친 뒤 제공합니다.',
|
||||
subtextEn: 'The Apple Silicon build will be published after signing and installation verification.',
|
||||
},
|
||||
linux: {
|
||||
os: 'linux',
|
||||
|
|
@ -70,11 +70,11 @@ export const OS_CONFIGS: Record<ClientOSType, ClientOSInfo> = {
|
|||
isMobile: false,
|
||||
downloadUrl: '#download',
|
||||
downloadFilename: '',
|
||||
badgeText: 'LINUX APPIMAGE / DEB',
|
||||
buttonLabelKo: 'Linux용 무료 다운로드',
|
||||
buttonLabelEn: 'Download for Linux (AppImage)',
|
||||
subtextKo: 'v1.0.0 · Ubuntu / Debian / Arch 지원',
|
||||
subtextEn: 'v1.0.0 · Ubuntu / Debian / Arch Supported',
|
||||
badgeText: 'LINUX PACKAGE UNAVAILABLE',
|
||||
buttonLabelKo: 'Linux 배포 미지원',
|
||||
buttonLabelEn: 'Linux package unavailable',
|
||||
subtextKo: '현재 검증된 AppImage 또는 DEB 패키지가 없습니다.',
|
||||
subtextEn: 'No verified AppImage or DEB package is available.',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue