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.
1 parent 59f2475 commit a8d668bCopy full SHA for a8d668b
web/flutter_bootstrap.js
@@ -5,9 +5,6 @@ const loading = document.createElement('div');
5
document.body.appendChild(loading);
6
loading.textContent = "正在加载中(Step 1)...\n若长时间无响应请尝试更换网络";
7
_flutter.loader.load({
8
- config: {
9
- 'canvasKitBaseUrl': '/canvaskit/',
10
- },
11
serviceWorkerSettings: {
12
serviceWorkerVersion: {{flutter_service_worker_version}},
13
},
0 commit comments