From a28e52bd651c7f4f9a2e65ee5a082def182fc2cc Mon Sep 17 00:00:00 2001 From: YCA001 <2915341988@qq.com> Date: Fri, 21 Jun 2024 10:48:12 +0800 Subject: [PATCH] =?UTF-8?q?euler=E6=96=B0=E5=A2=9E=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/euler/src/views/contributors/FormSearch.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/euler/src/views/contributors/FormSearch.vue b/packages/euler/src/views/contributors/FormSearch.vue index 1b85907..d378c35 100644 --- a/packages/euler/src/views/contributors/FormSearch.vue +++ b/packages/euler/src/views/contributors/FormSearch.vue @@ -85,6 +85,8 @@ const formOptionSwitch = computed(() => { active: 'pr', list: [ { label: t('home.prs'), value: 'pr' }, + { label: t('home.issues'), value: 'issue' }, + { label: t('home.comments'), value: 'comment' }, // { label: t('from.LOC'), value: 'cloc' }, ], }, -- Gitee