Static data and configuration used by the frontend.
| File | Purpose |
|---|---|
text.json |
All UI translation strings (i18n). Used by translate() function |
key.ts |
Keyboard key code mappings (keyCode values for shortcuts) |
constant.ts |
Application constants: delays, limits, relation defaults, default layouts |
relation.ts |
Default relation key lists |
menu.ts |
Menu sub-ID configurations |
color.ts |
Color palettes for text, backgrounds, tags |
theme.ts |
Theme definitions |
embed.ts |
Embed processor configurations |
shortcut.ts |
Keyboard shortcut definitions for help display |