瀏覽代碼

Add hands

master
Fen Dweller 3 年之前
父節點
當前提交
1e6b9b7b1f
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js 查看文件

@@ -455,6 +455,12 @@ math.createUnit("townships", {
aliases: ["township", "surveytownships", "surveytownships"]
});

math.createUnit("hands", {
definition: "4 inches",
prefixes: "long",
aliases: ["hand", "hands"]
});

//#endregion

const defaultUnits = {
@@ -513,6 +519,7 @@ const unitChoices = {
"ShoeSizeUK",
"ShoeSizeMensUS",
"ShoeSizeWomensUS",
"hands",
"stories",
"buses",
"marathons",


Loading…
取消
儲存