Skip to content

Commit fcee9d8

Browse files
committed
feat(new tool): Geo Distance Computer
Fix part of CorentinTh#1416
1 parent 3a272f6 commit fcee9d8

File tree

6 files changed

+583
-514
lines changed

6 files changed

+583
-514
lines changed

components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ declare module '@vue/runtime-core' {
126126
FolderStructureDiagram: typeof import('./src/tools/folder-structure-diagram/folder-structure-diagram.vue')['default']
127127
ForceConverter: typeof import('./src/tools/force-converter/force-converter.vue')['default']
128128
FormatTransformer: typeof import('./src/components/FormatTransformer.vue')['default']
129+
GeoDistanceCalculator: typeof import('./src/tools/geo-distance-calculator/geo-distance-calculator.vue')['default']
129130
GitMemo: typeof import('./src/tools/git-memo/git-memo.vue')['default']
130131
'GitMemo.content': typeof import('./src/tools/git-memo/git-memo.content.md')['default']
131132
GzipConverter: typeof import('./src/tools/gzip-converter/gzip-converter.vue')['default']
@@ -251,6 +252,7 @@ declare module '@vue/runtime-core' {
251252
NH1: typeof import('naive-ui')['NH1']
252253
NH3: typeof import('naive-ui')['NH3']
253254
NIcon: typeof import('naive-ui')['NIcon']
255+
NInputNumber: typeof import('naive-ui')['NInputNumber']
254256
NLayout: typeof import('naive-ui')['NLayout']
255257
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
256258
NMenu: typeof import('naive-ui')['NMenu']

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@tiptap/pm": "2.9.1",
6363
"@tiptap/starter-kit": "2.9.1",
6464
"@tiptap/vue-3": "2.9.1",
65+
"@types/haversine": "^1.1.8",
6566
"@unicode/unicode-15.1.0": "^1.6.0",
6667
"@vicons/material": "^0.12.0",
6768
"@vicons/tabler": "^0.12.0",
@@ -122,6 +123,7 @@
122123
"generate-schema": "^2.6.0",
123124
"get-timezone-offset": "^1.0.5",
124125
"hash-wasm": "^4.11.0",
126+
"haversine": "^1.1.1",
125127
"heic-convert": "^2.1.0",
126128
"highlight.js": "^11.7.0",
127129
"iarna-toml-esm": "^3.0.5",

0 commit comments

Comments
 (0)