1
This commit is contained in:
@@ -688,7 +688,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"letters_bopomofo_full": {
|
"letters_bopomofo_full": {
|
||||||
"__comment": "繁体注音全键盘布局(标准注音排列)",
|
"__comment": "繁体注音全键盘布局",
|
||||||
"__comment_layout": "第一行:ㄅㄉˇˋㄓˊ˙ㄚㄞㄢㄦ | 第二行:ㄆㄊㄍㄐㄔㄗㄧㄛㄟㄣ | 第三行:ㄇㄋㄎㄑㄕㄘㄨㄜㄠㄤ | 第四行:ㄈㄌㄏㄒㄖㄙㄩㄝㄡㄥ",
|
"__comment_layout": "第一行:ㄅㄉˇˋㄓˊ˙ㄚㄞㄢㄦ | 第二行:ㄆㄊㄍㄐㄔㄗㄧㄛㄟㄣ | 第三行:ㄇㄋㄎㄑㄕㄘㄨㄜㄠㄤ | 第四行:ㄈㄌㄏㄒㄖㄙㄩㄝㄡㄥ",
|
||||||
"rows": [
|
"rows": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -137,10 +137,7 @@
|
|||||||
@"code": @"zh-Hant-Bopomofo",
|
@"code": @"zh-Hant-Bopomofo",
|
||||||
@"name": @"繁體中文-注音",
|
@"name": @"繁體中文-注音",
|
||||||
@"defaultSkinZip": @"繁体中文注音皮肤.zip",
|
@"defaultSkinZip": @"繁体中文注音皮肤.zip",
|
||||||
@"layouts": @[
|
@"layouts": @[@{@"variant": @"bopomofo", @"title": @"注音", @"profileId": @"zh_Hant_TW_bopomofo", @"layoutJsonId": @"letters_bopomofo_full", @"suggestionEngine": @"bopomofo"}]
|
||||||
@{@"variant": @"bopomofo_full", @"title": @"注音全鍵盤", @"profileId": @"zh_Hant_TW_bopomofo_full", @"layoutJsonId": @"letters_bopomofo_full", @"suggestionEngine": @"bopomofo"},
|
|
||||||
@{@"variant": @"bopomofo_standard", @"title": @"注音標準", @"profileId": @"zh_Hant_TW_bopomofo_standard", @"layoutJsonId": @"letters_bopomofo_standard", @"suggestionEngine": @"bopomofo"}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
@"code": @"id",
|
@"code": @"id",
|
||||||
|
|||||||
@@ -63,18 +63,11 @@
|
|||||||
"defaultSkinZip": "台湾省初始皮肤注音.zip",
|
"defaultSkinZip": "台湾省初始皮肤注音.zip",
|
||||||
"layouts": [
|
"layouts": [
|
||||||
{
|
{
|
||||||
"variant": "bopomofo_full",
|
"variant": "bopomofo",
|
||||||
"title": "注音全鍵盤",
|
"title": "注音",
|
||||||
"profileId": "zh_Hant_TW_bopomofo_full",
|
"profileId": "zh_Hant_TW_bopomofo",
|
||||||
"layoutJsonId": "letters_bopomofo_full",
|
"layoutJsonId": "letters_bopomofo_full",
|
||||||
"suggestionEngine": "bopomofo"
|
"suggestionEngine": "bopomofo"
|
||||||
},
|
|
||||||
{
|
|
||||||
"variant": "bopomofo_standard",
|
|
||||||
"title": "注音標準",
|
|
||||||
"profileId": "zh_Hant_TW_bopomofo_standard",
|
|
||||||
"layoutJsonId": "letters_bopomofo_standard",
|
|
||||||
"suggestionEngine": "bopomofo"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user