グカネータ軽量モード廃止 (#370) (#372)

Reviewed-on: #372
Co-authored-by: miteruzo <miteruzo@naver.com>
Co-committed-by: miteruzo <miteruzo@naver.com>
このコミットはPull リクエスト #372 でマージされました.
このコミットが含まれているのは:
2026-06-15 22:14:08 +09:00
committed by みてるぞ
コミット 5bbd6eda11
2個のファイルの変更94行の追加274行の削除
+1 -1
ファイルの表示
@@ -30,7 +30,7 @@ export type GekanatorQuestionSource =
| 'ai_generated'
| 'admin_curated'
export type GekanatorPerformanceMode = 'lite' | 'normal'
export type GekanatorPerformanceMode = 'normal'
export type GekanatorQuestionCondition =
| { type: 'tag'; key: string }