瀏覽代碼

Add some ring sizes

master
Fen Dweller 3 年之前
父節點
當前提交
76636b8c40
共有 1 個檔案被更改,包括 18 行新增0 行删除
  1. +18
    -0
      macrovision.js

+ 18
- 0
macrovision.js 查看文件

@@ -82,6 +82,21 @@ math.createUnit({
definition: "0.3333333333333333333 in",
offset: 23,
},
RingSizeNA: {
prefixes: "long",
definition: "0.0327 inches",
offset: 13.883792
},
RingSizeISO: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 0
},
RingSizeIndia: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 40
}
});

math.createUnit("humans", {
@@ -414,6 +429,9 @@ const unitChoices = {
],
customary: ["inches", "feet", "yards", "miles", "nauticalMiles"],
relative: [
"RingSizeNA",
"RingSizeISO",
"RingSizeIndia",
"ShoeSizeEU",
"ShoeSizeUK",
"ShoeSizeMensUS",


Loading…
取消
儲存