diff --git a/component/bi/bi.js b/component/bi/bi.js new file mode 100644 index 0000000..294b0e6 --- /dev/null +++ b/component/bi/bi.js @@ -0,0 +1,207 @@ +// 1. 创建组件模板和样式(内置到 JS 中,无需外部 HTML/Template) +const template = document.createElement("template"); +template.innerHTML = `