@@ -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)