Skip to content

Commit

Permalink
feat: Siri
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Oct 11, 2024
1 parent a083173 commit 038db19
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 4 deletions.
61 changes: 61 additions & 0 deletions iRingo.BoxJs.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,67 @@
}
]
},
{
"id": "@iRingo.Siri.Settings.Region",
"name": "Siri 区域",
"val": "AUTO",
"type": "selects",
"desc": "忽略系统中“Siri”的“语言”设置,强制采用这里的设置。",
"items": [
{
"key": "AUTO",
"label": "🇺🇳自动 (跟随“Siri”的“语言”设置)"
},
{
"key": "zh_CN",
"label": "🇨🇳中文 (普通话 - 中国大陆)"
},
{
"key": "zh_TW",
"label": "🇹🇼中文 (普通话 - 台湾)"
},
{
"key": "yue_CN",
"label": "🇨🇳中文 (粤语 - 中国大陆)"
},
{
"key": "zh_HK",
"label": "🇭🇰中文 (粤语 - 香港)"
},
{
"key": "ja_JP",
"label": "🇯🇵日语"
},
{
"key": "en_CA",
"label": "🇨🇦英语 (加拿大)"
},
{
"key": "en_SG",
"label": "🇸🇬英语 (新加坡)"
},
{
"key": "en_AU",
"label": "🇦🇺英语 (澳大利亚)"
},
{
"key": "IE",
"label": "🇮🇪英语 (爱尔兰)"
},
{
"key": "en_US",
"label": "🇺🇸英语 (美国)"
},
{
"key": "en_GB",
"label": "🇬🇧英语 (英国)"
},
{
"key": "ko_KR",
"label": "🇰🇷韩语"
}
]
},
{
"id": "@iRingo.Siri.Settings.SiriResponseLanguageVariant",
"name": "Siri 响应语言",
Expand Down
8 changes: 4 additions & 4 deletions iRingo.BoxJs.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,11 @@
]
},
{
"id": "@iRingo.Siri.Settings.Region",
"name": "Siri 区域",
"val": "AUTO",
"id": "@iRingo.Siri.Settings.SiriResponseLanguageVariant",
"name": "Siri 响应语言",
"val": "zh_CN",
"type": "selects",
"desc": "忽略系统中“Siri”的“语言”设置,强制采用这里的设置",
"desc": "自定义 Siri 回复用户使用的语言",
"items": [
{
"key": "AUTO",
Expand Down

0 comments on commit 038db19

Please sign in to comment.