feat(card): speedtest

This commit is contained in:
root
2026-06-02 22:51:22 +10:00
parent e36a87a50e
commit 8d1950fcaa
3 changed files with 30 additions and 1 deletions

View File

@@ -9,8 +9,9 @@ import hostPerf from './cards/host_perf.js';
import jobs from './cards/jobs.js';
import inbox from './cards/inbox.js';
import search from './cards/search.js';
import speedtest from './cards/speedtest.js';
const CARD_MODULES = [clock, weather, hostPerf, jobs, inbox, search]; // grows in later tasks
const CARD_MODULES = [clock, weather, hostPerf, jobs, inbox, search, speedtest]; // grows in later tasks
let active = []; // mounted cards needing stop()
export async function render(main) {