diff --git a/src/store.ts b/src/store.ts index e3f1f73..ff11036 100644 --- a/src/store.ts +++ b/src/store.ts @@ -18,7 +18,7 @@ export const store = proxy({ async function init() { const [response] = await Promise.all([ - fetch(require("./data.bin")), + fetch("http://ky-genshin-map.test.upcdn.net/data.txt"), initCanvaskit({ locateFile() { return "https://cdn.staticfile.org/canvaskit-wasm/0.38.2/canvaskit.wasm";