This commit is contained in:
Chen Lily 2024-03-04 11:20:03 +08:00
parent a28b56b191
commit 975d54fee1

View File

@ -67,7 +67,7 @@ let r = lang;
/**
* 键值字典
* @template T
* @typedef {{[key: string]: T}} KeyMap
* @typedef {Map<string, T>} KeyMap
*/
/**