From 001816bfe2aa2f9705840b2c926d2dbe3b2a6dea Mon Sep 17 00:00:00 2001 From: bbb-lsy07 Date: Sun, 21 Jun 2026 11:29:54 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.4:=20=E7=BE=8E=E5=8C=96=20LogsView=20?= =?UTF-8?q?=E5=92=8C=20SettingsView=20UI=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E6=A1=86=E6=A0=B7=E5=BC=8F=E4=B8=8E=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- src/main/resources/plugin.yaml | 2 +- ui/src/views/LogsView.vue | 134 +++++++----- ui/src/views/SettingsView.vue | 385 ++++++++++++++++++--------------- 4 files changed, 289 insertions(+), 234 deletions(-) diff --git a/build.gradle b/build.gradle index 2785555..4d6cd49 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'top.nxxy335.commentaiautopilot' -version '1.0.3' +version '1.0.4' repositories { mavenCentral() diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 8df0a16..d2c7f1d 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -30,4 +30,4 @@ spec: url: "https://github.com/sunny-335/plugin-comment-ai-autopilot/blob/main/LICENSE" settingName: "comment-ai-autopilot-settings" configMapName: "comment-ai-autopilot-configmap" - version: "1.0.3" + version: "1.0.4" diff --git a/ui/src/views/LogsView.vue b/ui/src/views/LogsView.vue index 592a03c..5c33315 100644 --- a/ui/src/views/LogsView.vue +++ b/ui/src/views/LogsView.vue @@ -10,10 +10,12 @@
已选择 {{ selectedNames.size }} 项 - - - - +
+ + + + +
@@ -68,7 +70,7 @@ @@ -86,7 +88,7 @@