Fix renderer overlay loading and modularize renderer

This commit is contained in:
2026-02-11 18:27:29 -08:00
parent 44b0e3604e
commit 8787d905b2
29 changed files with 3150 additions and 2741 deletions

View File

@@ -20,4 +20,4 @@ make docs-preview # Preview built site at http://localhost:4173
- [MPV Plugin](/mpv-plugin) — Chord keybindings, subminer.conf options, script messages
- [Troubleshooting](/troubleshooting) — Common issues and solutions by category
- [Development](/development) — Building, testing, contributing, environment variables
- [Architecture](/architecture) — Service-oriented design, composition model, extension rules
- [Architecture](/architecture) — Service-oriented design, composition model, renderer module layout, extension rules