MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / refreshProgress

Function refreshProgress

frontend/src/App.tsx:973–973  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

971 const unlockedLabel = desktopMode ? "预览点亮" : "已点亮";
972 const remainingCells = Math.max(0, displayTotalCells - displayUnlockedCells);
973 const refreshProgress = () => load().catch((err) => setMessage(String(err)));
974 const tabs = [
975 { key: "stats" as const, label: "数据", icon: BarChart3 },
976 { key: "board" as const, label: "挑战榜", icon: Trophy },

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected