updated 路径补充完整

This commit is contained in:
zhenghaole
2023-12-01 17:36:50 +08:00
parent b82979f734
commit d78d7212ab
16 changed files with 33 additions and 33 deletions

View File

@@ -1,11 +1,11 @@
/*
* 标识符 - 唯一性关系链,将【关系链】转换成【中文表述】
*/
import _pair from './data/pair';
import _pair from './data/pair.js';
import {number2zh} from './unit';
import {selector2id} from './selector';
import {modeData} from './mode';
import {number2zh} from './unit.js';
import {selector2id} from './selector.js';
import {modeData} from './mode.js';
// 逆转ID
export function reverseId(id,sex){