Add 'tool' tag to nav and unit conversion tool.

This commit is contained in:
2024-06-20 10:05:29 +08:00
parent 740fc03778
commit a643397716
10 changed files with 1164 additions and 83 deletions

View File

@@ -12,8 +12,11 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/vue": "^4.5.0",
"astro": "^4.9.2",
"bignumber.js": "^9.1.2",
"pinyin-pro": "^3.22.0",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"vue": "^3.4.29"
}
}