refactor(desktop): LemonSqueezy API 코드 완전 제거 (~150줄)

- LicenseService: LS API 상수/인터페이스/메서드 4개 삭제
- activate(): 로컬 키 검증 전용으로 단순화
- deactivate(): LS API 호출 제거
- initialize(): _tryPeriodicValidation 제거
- site/ taxNote: LemonSqueezy → Payple (10 locale)
This commit is contained in:
윤찬 2026-04-12 20:15:40 +09:00
parent 1f2843c383
commit 36031acda9
11 changed files with 20 additions and 291 deletions

View file

@ -97,7 +97,7 @@ export const pt: Translations = {
downloadFree: 'Baixar gratis',
getPro: 'Obter Pro',
getProPlus: 'Obter Pro+',
taxNote: 'Todos os precos excluem impostos. Pagamento seguro via LemonSqueezy.',
taxNote: 'Todos os precos excluem impostos. Pagamento seguro via Payple.',
rows: [
{ feature: 'Ditado por voz', free: '15/dia', pro: true, proPlus: true },
{ feature: 'Polimento com IA', free: '3/dia', pro: true, proPlus: true },