asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 28s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-21 00:53:21 +02:00
parent dedd235ec2
commit 0d7f0681c2
4 changed files with 52 additions and 53 deletions

View File

@@ -15,7 +15,7 @@
const h = React.createElement;
const { useEffect, useMemo, useRef, useState } = React;
const normalizedOptions = options && typeof options === 'object' ? options : {};
const apiBase = normalizedOptions.apiBase || root.dataset.apiBase || '/api/mining-checker/v1';
const apiBase = normalizedOptions.apiBase || root.dataset.apiBase || '/api/mining-checker/index.php?path=v1';
const initialProjectKey = normalizedOptions.defaultProjectKey || root.dataset.defaultProjectKey || 'doge-main';
const initialActiveTab = String(normalizedOptions.activeView || root.dataset.activeView || 'overview').trim() || 'overview';
const configuredSections = (() => {