Procházet zdrojové kódy

merge "feature/1002278" into "main"
feature/1002278

Kevin před 2 roky
rodič
revize
b58efc913a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/types/report.types.ts

+ 2 - 2
src/types/report.types.ts

@@ -71,7 +71,7 @@ export const ChapterTypeLabels = [
 export const ChapterTypeKeywords = [
   {
     key: ChapterType.BACKGROUND,
-    keywords: ['背景', '意义'],
+    keywords: ['必要性'],
   },
   {
     key: ChapterType.RESEARCH_STATUS,
@@ -79,7 +79,7 @@ export const ChapterTypeKeywords = [
   },
   {
     key: ChapterType.RESEARCH,
-    keywords: ['研究内容', '实施内容'],
+    keywords: ['技术特点', '技术研究', '实际应用'],
   },
   {
     key: ChapterType.INNOVATION,