From e569bc6a8b78cce6468b4e69407c0ec3e0bc3d3c Mon Sep 17 00:00:00 2001 From: MKStoler Date: Sun, 10 Nov 2024 18:31:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=20#27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 2 +- src/renderer/src/components/ExamList.vue | 83 ++++++++++------------- 3 files changed, 37 insertions(+), 50 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index ac402bf..dfaa5d1 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,7 +1,7 @@ name: Bug 反馈 description: 在使用考试看板 Next 的过程中遇到了 Bug。 title: (在这里输入你的标题) -labels: ['Bug','未阅读'] +labels: ['Bug', '未阅读'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index a39c430..5c865b3 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,7 +1,7 @@ name: 功能请求 description: 提出一项新的功能。 title: (在这里输入你的标题) -labels: ['新功能','未阅读'] +labels: ['新功能', '未阅读'] body: - type: markdown attributes: diff --git a/src/renderer/src/components/ExamList.vue b/src/renderer/src/components/ExamList.vue index 5af47d3..67fb235 100644 --- a/src/renderer/src/components/ExamList.vue +++ b/src/renderer/src/components/ExamList.vue @@ -14,16 +14,11 @@