diff --git a/README.md b/README.md index c978a42..18874b5 100644 --- a/README.md +++ b/README.md @@ -1137,3 +1137,10 @@ update - 周报详情 - 增加 是否显示返回按钮 + +## v1.0.122 + +`2024.4.29` +fix + +- 修复 抑郁没有正确转化成忧郁的问题 diff --git a/src/config/models.js b/src/config/models.js index b41002b..5cac1c0 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.121F'; //版本号 +export const VERSION_MODEL = '1.0.122F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', @@ -29,7 +29,7 @@ export const BaiduStatisticsModel = { }; // 焦虑文字 -export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `忧郁` +export const anxietyText = appTypeList.indexOf(store.getters.appType) >-1 ? `忧郁`: `抑郁` export const EmotionModel = { // 抑郁 depression: {