fix: fix failed tests and update for clarity

This commit is contained in:
Miwa / Ensan
2025-06-01 20:31:36 +09:00
parent 96b0bcce53
commit 750d9f87e4
2 changed files with 8 additions and 4 deletions

View File

@@ -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 {