fix(scanner): resolve dirs via CLI/env/constants; write per-item JSON; skip trash

This commit is contained in:
Ryan
2025-10-04 03:00:15 -04:00
committed by GitHub
parent ad72ef74d1
commit ceb651894e
3 changed files with 71 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ import { loadAdminConfigFunc } from './auth.js';
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
import { sendRequest } from './networkUtils.js';
const version = "v1.3.12";
const version = "v1.3.13";
const adminTitle = `${t("admin_panel")} <small style="font-size:12px;color:gray;">${version}</small>`;
// ————— Inject updated styles —————