From 7519956b28cf130b96101e924bc56a871908a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 26 Feb 2025 11:43:19 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=96=B0=E5=A2=9E=20MockInput=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=9B=AE=E7=9A=84=E6=98=AF=E4=B8=BA?= =?UTF-8?q?=E4=BA=86=20`=E5=86=85=E5=AE=B9=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD`=20=E8=83=BD=E5=A4=9F=E6=90=9C=E7=B4=A2=E5=88=B0?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E4=B8=AD=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gui/src/view/components/mock-input.vue | 68 +++++++++++++++++++ packages/gui/src/view/pages/plugin/git.vue | 6 +- .../gui/src/view/pages/plugin/overwall.vue | 6 +- packages/gui/src/view/pages/proxy.vue | 13 +++- packages/gui/src/view/pages/server.vue | 8 ++- packages/gui/src/view/style/theme/dark.scss | 2 +- 6 files changed, 93 insertions(+), 10 deletions(-) create mode 100644 packages/gui/src/view/components/mock-input.vue diff --git a/packages/gui/src/view/components/mock-input.vue b/packages/gui/src/view/components/mock-input.vue new file mode 100644 index 0000000..87a191a --- /dev/null +++ b/packages/gui/src/view/components/mock-input.vue @@ -0,0 +1,68 @@ + + + + + + diff --git a/packages/gui/src/view/pages/plugin/git.vue b/packages/gui/src/view/pages/plugin/git.vue index d0605a5..fcaad6a 100644 --- a/packages/gui/src/view/pages/plugin/git.vue +++ b/packages/gui/src/view/pages/plugin/git.vue @@ -1,8 +1,10 @@