We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5a8726 + 405c606 commit 639016fCopy full SHA for 639016f
web/flutter_bootstrap.js
@@ -5,6 +5,9 @@ const loading = document.createElement('div');
5
document.body.appendChild(loading);
6
loading.textContent = "正在加载中(Step 1)...\n若长时间无响应请尝试更换网络";
7
_flutter.loader.load({
8
+ config: {
9
+ 'canvasKitBaseUrl': '/arabic_learning/canvaskit/',
10
+ },
11
serviceWorkerSettings: {
12
serviceWorkerVersion: {{flutter_service_worker_version}},
13
},
0 commit comments