mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 04:32:49 +00:00
no message
This commit is contained in:
parent
b2a70e0cce
commit
bf75946e14
@ -1097,6 +1097,8 @@ MD 格式发送
|
|||||||
执行
|
执行
|
||||||
上一周
|
上一周
|
||||||
下一周
|
下一周
|
||||||
|
前一天
|
||||||
|
后一天
|
||||||
汇报名称
|
汇报名称
|
||||||
选择接收人
|
选择接收人
|
||||||
使用我上次的汇报对象
|
使用我上次的汇报对象
|
||||||
@ -2040,3 +2042,5 @@ API请求的URL路径
|
|||||||
|
|
||||||
AI开启新会话
|
AI开启新会话
|
||||||
AI开启新会话失败
|
AI开启新会话失败
|
||||||
|
|
||||||
|
打开会话窗口
|
||||||
|
|||||||
@ -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();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user