Learn how to transform an Excel table into a live, interactive website with a searchable directory and visual dashboard ...
. ├── index.html # 主页面 ├── server.js # 后端服务器 ├── package.json # 项目配置 ├── .gitignore # Git 忽略配置 ├── styles/ │ └── global.css # 全局样式 ├── scripts/ │ └── main.js ...