lanjianrong 3 年之前
父节点
当前提交
0689fe18c7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/utils/uuid.ts

+ 2 - 0
src/utils/uuid.ts

@@ -1,3 +1,5 @@
+// TODO: 掘金大神推荐: URL.createObjectURL(new Blob()).substr(-36)
+
 const hexList: string[] = []
 for (let i = 0; i <= 15; i++) {
   hexList[i] = i.toString(16)