From 57139a18fa7b2c5d8e1069df86842def13c5a8b1 Mon Sep 17 00:00:00 2001 From: jevononlie <728254585@qq.com> Date: Mon, 27 May 2024 14:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=92=E6=9F=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- src/pages.json | 6 ++++ src/pages/dustbin/dustbin.vue | 58 +++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 src/pages/dustbin/dustbin.vue diff --git a/src/config.ts b/src/config.ts index d82b334..e038768 100644 --- a/src/config.ts +++ b/src/config.ts @@ -2,7 +2,7 @@ * @Author: jevononlie 728254585@qq.com * @Date: 2024-04-10 13:38:49 * @LastEditors: jevononlie 728254585@qq.com - * @LastEditTime: 2024-05-08 16:29:35 + * @LastEditTime: 2024-05-24 14:54:57 * @FilePath: /app-nx-personal/src/config.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ diff --git a/src/pages.json b/src/pages.json index 789917b..709252e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -127,6 +127,12 @@ "pagePath": "pages/my/my", "iconPath": "static/tabs/user_default.png", "selectedIconPath": "static/tabs/user_selected.png" + }, + { + "path": "pages/dustbin/dustbin", + "style": { + "navigationBarTitleText": "垃圾袋编码" + } } ] }, diff --git a/src/pages/dustbin/dustbin.vue b/src/pages/dustbin/dustbin.vue new file mode 100644 index 0000000..4bdc6f8 --- /dev/null +++ b/src/pages/dustbin/dustbin.vue @@ -0,0 +1,58 @@ + + + + + +