diff --git a/Chinese/Shape/index.json b/Chinese/Shape/index.json index f7af18f..031f810 100644 --- a/Chinese/Shape/index.json +++ b/Chinese/Shape/index.json @@ -148,6 +148,41 @@ "reverseDependencies": [ "rime/rime-pinyin-simp" ] + }, + { + "repo": "bigshans/rime-zrm", + "name": "自然码+辅码", + "schemas": [ + "zrm_pinyin" + ], + "license": "GPL-3.0-only" + }, + { + "repo": "pingshunhuangalex/rime-keydo", + "name": "键道·我流", + "labels": [ + "lua" + ], + "schemas": [ + "keydo" + ], + "license": "GPL-3.0-only" + }, + { + "repo": "zongxinbo/rime-zong", + "name": "四角号码", + "schemas": [ + "sjhm" + ] + }, + { + "repo": "ksqsf/rime-moran", + "name": "魔改自然码", + "schemas": [ + "moran", + "moran_sentence", + "moran_fixed" + ] } ] } diff --git a/Japanese/index.json b/Japanese/index.json index 73e528b..adb9143 100644 --- a/Japanese/index.json +++ b/Japanese/index.json @@ -6,6 +6,15 @@ "schemas": [ "kana" ] + }, + { + "repo": "momijineko/Rime-KappaJP", + "name": "河童五笔", + "schemas": [ + "KappaJP", + "KappaJP_fluency" + ], + "license": "MIT" } ] } diff --git a/index.json b/index.json index 272ff17..7b781a8 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,5 @@ { - "date": "2023-07-31", + "date": "2023-08-10", "categories": [ { "key": "Chinese", diff --git a/package.json b/package.json index c362d84..526ce84 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "serve": "serve --cors" }, "devDependencies": { - "@types/node": "^20.4.6", - "@typescript-eslint/eslint-plugin": "^6.2.1", + "@types/node": "^20.4.9", + "@typescript-eslint/eslint-plugin": "^6.3.0", "eslint": "^8.46.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-json": "^3.1.0",