From a39c0c6486172f48c729af14cb02772da5ae0555 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Mon, 31 Jul 2023 23:25:34 -0400 Subject: [PATCH] 2023-07-31 --- Chinese/Cantonese/index.json | 5 +++++ Chinese/Mandarin/index.json | 12 ++++++++++++ Chinese/Old/index.json | 3 +++ Chinese/Shape/index.json | 17 ++++++++++++++++- Chinese/Wu/index.json | 6 ++++++ README.md | 3 ++- index.json | 2 +- 7 files changed, 45 insertions(+), 3 deletions(-) diff --git a/Chinese/Cantonese/index.json b/Chinese/Cantonese/index.json index 0c53ba1..84d2e06 100644 --- a/Chinese/Cantonese/index.json +++ b/Chinese/Cantonese/index.json @@ -7,6 +7,11 @@ "jyut6ping3", "jyut6ping3_ipa" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin", + "rime/rime-stroke", + "rime/rime-cangjie" + ], "license": "CC-BY-4.0" }, { diff --git a/Chinese/Mandarin/index.json b/Chinese/Mandarin/index.json index d7cb7f7..6818bf2 100644 --- a/Chinese/Mandarin/index.json +++ b/Chinese/Mandarin/index.json @@ -10,6 +10,9 @@ "luna_pinyin_tw", "luna_quanpin" ], + "reverseDependencies": [ + "rime/rime-stroke" + ], "license": "LGPL-3.0-only" }, { @@ -33,6 +36,9 @@ "schemas": [ "pinyin_simp" ], + "reverseDependencies": [ + "rime/rime-stroke" + ], "license": "Apache-2.0" }, { @@ -41,6 +47,9 @@ "schemas": [ "terra_pinyin" ], + "reverseDependencies": [ + "rime/rime-stroke" + ], "license": "LGPL-3.0-only" }, { @@ -53,6 +62,9 @@ "dependencies": [ "rime/rime-terra-pinyin" ], + "reverseDependencies": [ + "rime/rime-stroke" + ], "license": "LGPL-3.0-only" }, { diff --git a/Chinese/Old/index.json b/Chinese/Old/index.json index 49aa84f..ca97f34 100644 --- a/Chinese/Old/index.json +++ b/Chinese/Old/index.json @@ -7,6 +7,9 @@ "zyenpheng", "sampheng" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "GPL-3.0-only" }, { diff --git a/Chinese/Shape/index.json b/Chinese/Shape/index.json index 78e1be8..f7af18f 100644 --- a/Chinese/Shape/index.json +++ b/Chinese/Shape/index.json @@ -20,6 +20,9 @@ "cangjie5", "cangjie5_express" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "LGPL-3.0-only" }, { @@ -28,6 +31,9 @@ "schemas": [ "stroke" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "LGPL-3.0-only" }, { @@ -38,6 +44,9 @@ "array30_query", "array30_wsymbols" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "GPL-3.0-only" }, { @@ -46,6 +55,9 @@ "schemas": [ "scj6" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "GPL-3.0-only" }, { @@ -54,6 +66,9 @@ "schemas": [ "quick5" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "LGPL-3.0-only" }, { @@ -128,7 +143,7 @@ "name": "虎码", "schemas": [ "tiger", - "tigress" + "tigress" ], "reverseDependencies": [ "rime/rime-pinyin-simp" diff --git a/Chinese/Wu/index.json b/Chinese/Wu/index.json index 90fa32f..b77daa9 100644 --- a/Chinese/Wu/index.json +++ b/Chinese/Wu/index.json @@ -7,6 +7,9 @@ "wugniu_lopha", "wugniu" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "GPL-3.0-only" }, { @@ -15,6 +18,9 @@ "schemas": [ "soutzoe" ], + "reverseDependencies": [ + "rime/rime-luna-pinyin" + ], "license": "GPL-3.0-only" } ] diff --git a/README.md b/README.md index 71918d8..0156710 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ type CHILD_INDEX = { name: string // Prefer Simplified Chinese if applicable labels?: ('chord' | 'lua')[] schemas: string[] // e.g. luna_pinyin - dependencies?: string[] // Hard dependencies only. e.g. rime/rime-luna-pinyin + dependencies?: string[] // Hard dependencies, e.g. rime/rime-luna-pinyin + reverseDependencies?: string[] // Reverse-lookup dependencies, e.g. rime/rime-stroke license?: string // Omit if no OSI-approved license } ``` diff --git a/index.json b/index.json index 02fc8af..272ff17 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,5 @@ { - "date": "2023-07-30", + "date": "2023-07-31", "categories": [ { "key": "Chinese",