no message

This commit is contained in:
kuaifan 2025-04-10 17:06:12 +08:00
parent b2a70e0cce
commit bf75946e14
2 changed files with 6 additions and 2 deletions

View File

@ -1097,6 +1097,8 @@ MD 格式发送
执行 执行
上一周 上一周
下一周 下一周
前一天
后一天
汇报名称 汇报名称
选择接收人 选择接收人
使用我上次的汇报对象 使用我上次的汇报对象
@ -2040,3 +2042,5 @@ API请求的URL路径
AI开启新会话 AI开启新会话
AI开启新会话失败 AI开启新会话失败
打开会话窗口

View File

@ -178,8 +178,8 @@ export default {
this.prevCycleText = this.$L("上一周"); this.prevCycleText = this.$L("上一周");
this.nextCycleText = this.$L("下一周"); this.nextCycleText = this.$L("下一周");
} else { } else {
this.prevCycleText = this.$L("一天"); this.prevCycleText = this.$L("一天");
this.nextCycleText = this.$L("一天"); this.nextCycleText = this.$L("一天");
} }
this.getTemplate(); this.getTemplate();
}, },