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