Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

View File

@@ -0,0 +1,137 @@
[
{"category": "energy",
"mappings": {
"default": {
"default": "watts"
}
},
"key": "W",
"names": ["W", "w"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "kilowatts"
}
},
"key": "kW",
"names": ["kw", "kW"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "milliwatts"
}
},
"key": "mW",
"names": ["mw", "mW"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "kilowatt hours"
}
},
"key": "kwh",
"names": ["kwh", "kWh"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "joules"
}
},
"key": "J",
"names": ["J"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "Newton"
}
},
"key": "N",
"names": ["N"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "amperes"
}
},
"key": "A",
"names": ["A"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "volts"
}
},
"key": "V",
"names": ["V"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "microohm"
}
},
"key": "µ\u03A9",
"names": ["µ\u03A9"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "milliohm"
}
},
"key": "m\u03A9",
"names": ["m\u03A9"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "ohm"
}
},
"key": "\u03A9",
"names": ["\u03A9", "Ohm"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "kilohm"
}
},
"key": "k\u03A9",
"names": ["k\u03A9", "K\u03A9"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "ohm"
}
},
"key": "\u03A9",
"names": ["\u03A9"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "megaohm"
}
},
"key": "M\u03A9",
"names": ["M\u03A9"]
},
{"category": "energy",
"mappings": {
"default": {
"default": "gigaohm"
}
},
"key": "G\u03A9",
"names": ["G\u03A9"]
}
]

View File

@@ -0,0 +1,83 @@
[
{"category": "Length",
"mappings": {
"default": {
"default": "millimeters"
}
},
"key": "mm",
"names": ["mm"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "centimeters"
}
},
"key": "cm",
"names": ["cm"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "meters"
}
},
"key": "m",
"names": ["m"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "kilometers"
}
},
"key": "km",
"names": ["km"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "feet"
}
},
"key": "ft",
"names": ["ft", "ft."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "inches"
}
},
"key": "in",
"names": ["in", "in."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "miles"
}
},
"key": "mi",
"names": ["mi", "mi."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "yards"
}
},
"key": "yd",
"names": ["yd", "yd."]
},
{"category": "",
"mappings": {
"default": {
"default": "nautical miles"
}
},
"key": "n.m.",
"names": ["n.m."]
}
]

View File

@@ -0,0 +1,56 @@
[
{"category": "",
"mappings": {
"default": {
"default": "bits"
}
},
"key": "b",
"names": ["b"]
},
{"category": "",
"mappings": {
"default": {
"default": "bytes"
}
},
"key": "B",
"names": ["B"]
},
{"category": "",
"mappings": {
"default": {
"default": "kilobytes"
}
},
"key": "KB",
"names": ["KB"]
},
{"category": "",
"mappings": {
"default": {
"default": "megabytes"
}
},
"key": "MB",
"names": ["MB"]
},
{"category": "",
"mappings": {
"default": {
"default": "gigabytes"
}
},
"key": "GB",
"names": ["GB"]
},
{"category": "",
"mappings": {
"default": {
"default": "terabytes"
}
},
"key": "TB",
"names": ["TB"]
}
]

View File

@@ -0,0 +1,29 @@
[
{"category": "",
"mappings": {
"default": {
"default": "dozen"
}
},
"key": "doz",
"names": ["doz", "doz."]
},
{"category": "",
"mappings": {
"default": {
"default": "square"
}
},
"key": "sq",
"names": ["sq", "sq."]
},
{"category": "",
"mappings": {
"default": {
"default": "hectare"
}
},
"key": "ha",
"names": ["ha"]
}
]

View File

@@ -0,0 +1,38 @@
[
{"category": "",
"mappings": {
"default": {
"default": "knot"
}
},
"key": "kt",
"names": ["kt", "kt."]
},
{"category": "",
"mappings": {
"default": {
"default": "miles per hour"
}
},
"key": "mph",
"names": ["mph"]
},
{"category": "",
"mappings": {
"default": {
"default": "revolutions per minute"
}
},
"key": "rpm",
"names": ["rpm"]
},
{"category": "",
"mappings": {
"default": {
"default": "kilometers per hour"
}
},
"key": "kmh",
"names": ["kmh"]
}
]

View File

@@ -0,0 +1,31 @@
[
{"category": "",
"mappings": {
"default": {
"default": "Fahrenheit"
}
},
"key": "F",
"names": ["F", "F.", "\u00B0F"]
},
{"category": "",
"mappings": {
"default": {
"default": "Celsius",
"alternative": "Centigrade"
}
},
"key": "C",
"names": ["C", "\u00B0C"]
},
{"category": "",
"mappings": {
"default": {
"default": "Kelvin"
}
},
"key": "K",
"names": ["K", "\u00B0K"]
}
]

View File

@@ -0,0 +1,56 @@
[
{"category": "time",
"mappings": {
"default": {
"default": "nanoseconds"
}
},
"key": "ns",
"names": ["ns"]
},
{"category": "time",
"mappings": {
"default": {
"default": "microseconds"
}
},
"key": "µs",
"names": ["µs"]
},
{"category": "time",
"mappings": {
"default": {
"default": "milliseconds"
}
},
"key": "ms",
"names": ["ms"]
},
{"category": "time",
"mappings": {
"default": {
"default": "seconds"
}
},
"key": "s",
"names": ["s"]
},
{"category": "time",
"mappings": {
"default": {
"default": "minutes"
}
},
"key": "min",
"names": ["min"]
},
{"category": "time",
"mappings": {
"default": {
"default": "hours"
}
},
"key": "h",
"names": ["h", "hr"]
}
]

View File

@@ -0,0 +1,110 @@
[
{"category": "volume",
"mappings": {
"default": {
"default": "barrels"
}
},
"key": "bbl",
"names": ["bbl.", "bbl"]
},
{"category": "volume",
"mappings": {
"default": {
"default": "cubics"
}
},
"key": "cu",
"names": ["cu", "cu."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "fluid ounces"
}
},
"key": "fl. oz.",
"names": ["fl. oz."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "gallons"
}
},
"key": "gal",
"names": ["gal", "gal."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "pints"
}
},
"key": "pt",
"names": ["pt", "pt."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "quarts"
}
},
"key": "qt",
"names": ["qt", "qt."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "tablespoons"
}
},
"key": "tbsp",
"names": ["tbsp", "tbsp."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "teaspoons"
}
},
"key": "tsp",
"names": ["tsp", "tsp."]
},
{"category": "volume",
"mappings": {
"default": {
"default": "cubic centimeters"
}
},
"key": "cc",
"names": ["cc"]
},
{"category": "volume",
"mappings": {
"default": {
"default": "kiloliters"
}
},
"key": "kl",
"names": ["kl"]
},
{"category": "volume",
"mappings": {
"default": {
"default": "liters"
}
},
"key": "l",
"names": ["l"]
},
{"category": "volume",
"mappings": {
"default": {
"default": "milliliters"
}
},
"key": "ml",
"names": ["ml"]
}
]

View File

@@ -0,0 +1,74 @@
[
{"category": "",
"mappings": {
"default": {
"default": "pounds"
}
},
"key": "lb",
"names": ["lb", "lb."]
},
{"category": "",
"mappings": {
"default": {
"default": "long tons"
}
},
"key": "LT",
"names": ["LT", "L.T."]
},
{"category": "",
"mappings": {
"default": {
"default": "ounces"
}
},
"key": "oz",
"names": ["oz", "oz."]
},
{"category": "",
"mappings": {
"default": {
"default": "grams"
}
},
"key": "gr",
"names": ["g", "gr"]
},
{"category": "",
"mappings": {
"default": {
"default": "kilograms"
}
},
"key": "kg",
"names": ["kg"]
},
{"category": "",
"mappings": {
"default": {
"default": "micrograms"
}
},
"key": "mcg",
"names": ["mg", "µg"]
},
{"category": "",
"mappings": {
"default": {
"default": "milligrams"
}
},
"key": "mg",
"names": ["mg"]
},
{"category": "",
"mappings": {
"default": {
"default": "tons"
}
},
"key": "t",
"names": ["t", "T"]
}
]