Skip to content

Commit

Permalink
make the rawValue of TTSServiceType equivalent to ServiceType
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverAgain11 committed Jan 19, 2024
1 parent 01fcf33 commit 0984250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Easydict/NewApp/Model/TTSServiceType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import Defaults
import Foundation

enum TTSServiceType: String, CaseIterable {
case youdao
case bing
case google
case baidu
case apple
case youdao = "Youdao"
case bing = "Bing"
case google = "Google"
case baidu = "Baidu"
case apple = "Apple"
}

@available(macOS 13, *)
Expand Down

0 comments on commit 0984250

Please sign in to comment.