Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Oct 14, 2023
1 parent 936798c commit b8de8b2
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": "wget https://github.com/qiuxiang/ky-genshin-map/files/12903113/data.tar.gz && tar xf data.tar.gz && mv dist/data* src/ && ln index.html dist/",
"init": "wget https://github.com/qiuxiang/ky-genshin-map/files/12904596/data.tar.gz && tar xf data.tar.gz && mv dist/data* src/ && ln index.html 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 readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ pnpm run build

## TODO

- [ ] 和原神内置的分层地图一样,对同层的点位特别标记
- [x] 和原神内置的分层地图一样,对同层的点位特别标记
- [ ] 完善各地区/子地区地名显示
- [ ] 存档数据导入/导出

0 comments on commit b8de8b2

Please sign in to comment.