fix
GuLiMmo
2024-04-26 7ecb8f3f69d04381ac6d2014f32f4305f3536835
src/utils/common.ts
@@ -10,3 +10,7 @@
  lable.click()
  URL.revokeObjectURL(lable.href)
}
export const requireImg = (imgPath: string) => {
  return new URL(`../assets/${imgPath}`, import.meta.url).href
}