mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: use full meta init
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import type { GenericCalcType } from './types';
|
||||
|
||||
const volumeSphere: GenericCalcType = {
|
||||
title: 'Volume of a Sphere',
|
||||
name: 'volume-sphere',
|
||||
icon: 'gravity-ui:sphere',
|
||||
keywords: [],
|
||||
shortDescription: '',
|
||||
name: 'Volume of a Sphere',
|
||||
path: 'volume-sphere',
|
||||
description: 'Volume of a Sphere',
|
||||
formula: 'v = (4/3) * pi * r**3',
|
||||
presets: [],
|
||||
|
||||
Reference in New Issue
Block a user