1 parent 8b3e2f3 commit e0f77d6Copy full SHA for e0f77d6
1 file changed
public/app.js
@@ -3,6 +3,9 @@
3
// ========================================
4
5
// 初始化
6
+let radarChartInstance = null;
7
+let barChartInstance = null;
8
+
9
// 全域 Turnstile 管理器
10
const GlobalTurnstileManager = {
11
widgetId: null,
0 commit comments