mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
fix: fix failed tests and update for clarity
This commit is contained in:
@@ -20,8 +20,11 @@ public enum KeyboardLanguage: String, Codable, Equatable, Sendable {
|
||||
}
|
||||
|
||||
public enum LearningType: Int, CaseIterable, Sendable {
|
||||
/// 学習情報は変換結果(output)に反映され、学習情報は更新(input)されます
|
||||
case inputAndOutput
|
||||
/// 学習情報は変換結果(output)に反映されるのみで、学習情報は更新されません
|
||||
case onlyOutput
|
||||
/// 学習情報は一切用いません
|
||||
case nothing
|
||||
|
||||
package var needUpdateMemory: Bool {
|
||||
|
||||
Reference in New Issue
Block a user