Add unix timestamp tool

This commit is contained in:
2024-07-01 12:52:27 +03:00
parent 339470df5f
commit 910af3c57c
6 changed files with 183 additions and 2819 deletions

View File

@ -36,6 +36,11 @@ const router = createRouter({
name: 'qr_code',
component: () => import('../views/QRCode.vue'),
},
{
path: '/unix_timestamp',
name: 'unix_timestamp',
component: () => import('../views/UnixTimestamp.vue'),
},
/**
* String manipulation