// 定义引用和必要的变量 const canvasContainer = ref<HTMLElement | nul…

niceasch ·

// 定义引用和必要的变量
const canvasContainer = ref<HTMLElement | null>(null);