Chore: keep BASE_URL fallback, prefer env SHARE_URL; fix HTTPS auto-detect

This commit is contained in:
Ryan
2025-10-04 01:55:02 -04:00
committed by GitHub
parent 31f54afc74
commit 680c82638f
5 changed files with 42 additions and 9 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.9";
const version = "v1.3.11";
const adminTitle = `${t("admin_panel")} <small style="font-size:12px;color:gray;">${version}</small>`;
// ————— Inject updated styles —————