Skip to content

Commit

Permalink
4.4 沉玉谷
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Feb 4, 2024
1 parent 4041b5f commit 1cd22f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"init": "curl https://github.com/qiuxiang/ky-genshin-map/files/13302944/data.tar.gz -Lo data.tar.gz && tar xf data.tar.gz && mv dist/data* src/ && ln index.html dist/ && cp images/favicon.png dist/",
"init": "curl https://github.com/qiuxiang/ky-genshin-map/files/14155013/data.tar.gz -Lo data.tar.gz && tar xf data.tar.gz && mv dist/data* src/ && ln index.html dist/ && cp images/favicon.png dist/",
"uno": "unocss -o dist/uno.css 'src/**/*.tsx' index.html",
"build": "esbuild build.ts --format=cjs | node",
"dev": "esbuild build.ts --format=cjs | node - dev"
Expand Down
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const store = proxy({
async function init() {
const [response, canvaskit] = await Promise.all([
fetch(
"https://ky-genshin-map-1253179036.cos.ap-nanjing.myqcloud.com/data-4.2.0.gz"
"https://ky-genshin-map-1253179036.cos.ap-nanjing.myqcloud.com/data-4.4.0.gz"
),
initCanvaskit({
locateFile() {
Expand Down

0 comments on commit 1cd22f0

Please sign in to comment.