mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 16:41:36 -04:00
parent
9eac9cb2a9
commit
e46a5ec4d3
6 changed files with 82 additions and 6 deletions
14
src/tools/hdd-calculator/index.ts
Normal file
14
src/tools/hdd-calculator/index.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
import { DeviceDesktop } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'HDD calculator',
|
||||
path: '/hdd-calculator',
|
||||
description: 'Compute real storage space (binary) from HDD Capacity (decimal)',
|
||||
keywords: ['hdd', 'calculator', 'size', 'conversion', 'binary', 'decimal',
|
||||
'gb', 'mb', 'tb',
|
||||
'gigabyte', 'gibibyte', 'megabyte', 'mebibyte', 'terabyte', 'tebibyte'],
|
||||
component: () => import('./hdd-calculator.vue'),
|
||||
icon: DeviceDesktop,
|
||||
createdAt: new Date('2024-04-07'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue