From 5113228bc8b1bf5d2a3438c6c48f7c087b3bba26 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 2 Nov 2025 17:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96pagetype=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E5=9F=BA=E7=A1=80=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=88=97=E8=A1=A8=E9=A1=B5=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=E4=B8=A4=E7=A7=8D=E8=A6=86=E7=9B=96=E6=8E=A5=E5=8F=A3props?= =?UTF-8?q?=E5=92=8Ccontext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/core/pagetype/GenericListPage.vue | 12 +- .../local_ai_node_list_toolbar.vue | 340 ++++++++++++++++++ 2 files changed, 351 insertions(+), 1 deletion(-) create mode 100644 apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_list_toolbar.vue diff --git a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue index f383ffb..f5be5e5 100644 --- a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue +++ b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue @@ -10,7 +10,7 @@

{{ t(title) }}

- + +
+
+ +
+
+ + +
+ + + + + + +
+ + + + + \ No newline at end of file