From 6bc14625c68147f21058a51e4eb96572f648d99f Mon Sep 17 00:00:00 2001 From: yuuko <2576724631@qq.com> Date: Sun, 28 Sep 2025 18:16:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(docs):=20=E6=B7=BB=E5=8A=A0=20bootstrap-t?= =?UTF-8?q?able=20=E7=9B=B8=E5=85=B3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 bootstrap-table.min.css 样式文件 - 添加 bootstrap-table-export.min.js 导出功能文件- 为文档页面引入表格组件支持 - 实现表格数据展示与导出功能 - 支持响应式设计和多种 CSS 框架集成 - 添加表格排序、分页等交互功能 --- .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..a05c602 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file