From 68ecdd6e3c3c86f6bd7f3788799d245d20eaca50 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 23 Dec 2025 15:33:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8F=8A=E5=B1=95=E7=A4=BA=E7=9A=84=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++ pages_tool/files/list.vue | 279 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 289 insertions(+) create mode 100644 pages_tool/files/list.vue diff --git a/pages.json b/pages.json index c724ed6..de4f2f0 100644 --- a/pages.json +++ b/pages.json @@ -888,6 +888,16 @@ // #endif "navigationBarTitleText": "案例展示" } + }, + //******************文件模块****************** + { + "path": "files/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "查看文件" + } } ] } diff --git a/pages_tool/files/list.vue b/pages_tool/files/list.vue new file mode 100644 index 0000000..d850b08 --- /dev/null +++ b/pages_tool/files/list.vue @@ -0,0 +1,279 @@ + + + + + \ No newline at end of file