Enable frequency dictionary by default and keep bundled fallback

This commit is contained in:
2026-02-15 23:42:00 -08:00
parent f21fc95d17
commit b6975eae07

View File

@@ -196,7 +196,7 @@ export const DEFAULT_CONFIG: ResolvedConfig = {
N5: "#8aadf4", N5: "#8aadf4",
}, },
frequencyDictionary: { frequencyDictionary: {
enabled: false, enabled: true,
sourcePath: "", sourcePath: "",
topX: 1000, topX: 1000,
mode: "single", mode: "single",