TASK:aida;
This commit is contained in:
@@ -82,7 +82,7 @@ public class StyleKeywordMapper {
|
||||
wabiSabiKeywords.put("Printboard", Arrays.asList("natural materials such as wood", "stone", "hemp rope", "neutral tones and light colors"));
|
||||
wabiSabiKeywords.put("Sketchboard", Arrays.asList("a quiet and peaceful atmosphere"));
|
||||
|
||||
styleCategoryKeywords.put(StyleEnum.NEO_CHINESE, neoChineseKeywords);
|
||||
styleCategoryKeywords.put(StyleEnum.NEW_CHINESE, neoChineseKeywords);
|
||||
styleCategoryKeywords.put(StyleEnum.COUNTRY_STYLE, countryStyleKeywords);
|
||||
styleCategoryKeywords.put(StyleEnum.FUTURISM, futurismKeywords);
|
||||
styleCategoryKeywords.put(StyleEnum.MINIMALISM, minimalistKeywords);
|
||||
|
||||
@@ -38,6 +38,8 @@ public class WorkspaceVO extends Workspace {
|
||||
|
||||
private String styleName;
|
||||
|
||||
private String style;
|
||||
|
||||
private Map<String, List<String>> allKeywordsByStyle;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user