Files
plugins/AutoLaTeX/MathJax/extensions/a11y/mathmaps/units/memory.js
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

57 lines
812 B
JavaScript

[
{"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"]
}
]