Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Oct 13, 2023
1 parent 15c2b6c commit 529facf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"classnames": "^2.3.2",
"google-protobuf": "^3.21.2",
"preact": "^10.17.1",
"react-transition-group": "^4.4.5",
"valtio": "^1.11.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ canvaskit 实现,超级丝滑的原神地图,数据来源:[空荧酒馆](h

- https://qiuxiang.github.io/ky-genshin-map/ (github pages)
- http://7c00.top/ky-genshin-map/ (cloudflare)
- http://106.55.55.247:8000/ (国内测试)
- http://106.55.55.247/ky-genshin-map/ (国内测试服务器)

![图片](https://github.com/qiuxiang/ky-genshin-map/assets/1709072/2ea4b8e7-1978-4b95-a353-cc712a01b21e)

Expand Down
1 change: 0 additions & 1 deletion src/genshin-map/underground-layer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { DomLayer, ImageLayer } from "@canvaskit-tilemap/react";
import classNames from "classnames";
import { useMemo, useRef, useState } from "react";
import { Transition } from "react-transition-group";
import { useSnapshot } from "valtio";
import { zIndex } from ".";
import { UndergroundMap } from "../data_pb";
Expand Down

0 comments on commit 529facf

Please sign in to comment.