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 @@