Skip to content

Commit 20981c7

Browse files
committed
fix wasm loading
1 parent 9441c46 commit 20981c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<script type="module">
160160
import init, {
161161
WasmFinder,
162-
} from "https://unpkg.com/tzf-wasm@0.1.7/tzf_wasm.js";
162+
} from "https://unpkg.com/tzf-wasm@1.0.0/tzf_wasm.js";
163163

164164
// 定义一组视觉上区分度高的颜色
165165
const lightThemeColors = [

0 commit comments

Comments
 (0)