asdasd
This commit is contained in:
@@ -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 = (() => {
|
||||
|
||||
Reference in New Issue
Block a user