mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
The getExtraFields callback added in 6456149 dumped entire page content
as a single extraFields string. plugin-search joins title+extraFields
with .join(' ') and runs a RegExp against the result for every page on
every keystroke — multi-kilobyte strings per page caused 2–3 s blocking
tasks, freezing the page.
Fix: remove getExtraFields (and the now-unused normalizeSearchText /
htmlEntityMap helpers), restoring the pre-regression search coverage
(page titles + section headings).
28 lines
811 B
JSON
28 lines
811 B
JSON
{
|
|
"title": "Minecraft Console Client",
|
|
"description": "MCC Documentation",
|
|
"helpUsTranslate": "Help Translate",
|
|
"theme": {
|
|
"selectLanguageText": "Language",
|
|
"selectLanguageAriaLabel": "Select Language",
|
|
"editLinkText": "Edit this page",
|
|
"lastUpdatedText": "Last Updated",
|
|
"contributorsText": "Contributors",
|
|
"tip": "TIP",
|
|
"warning": "WARNING",
|
|
"danger": "DANGER",
|
|
"notFound": ["Page not found"],
|
|
"backToHome": "Back to Home",
|
|
"openInNewWindow": "Open in new window",
|
|
"toggleColorMode": "Toggle color mode",
|
|
"toggleSidebar": "Toggle sidebar"
|
|
},
|
|
"navbar": {
|
|
"AboutAndFeatures": "About & Features",
|
|
"Installation": "Installation",
|
|
"Usage": "Usage",
|
|
"Configuration": "Configuration",
|
|
"ChatBots": "Chat Bots"
|
|
},
|
|
"sidebar": {}
|
|
}
|