We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d42ea9 commit cee09b0Copy full SHA for cee09b0
Helper/dida.go
@@ -15,8 +15,9 @@ const (
15
)
16
17
func dida(prefix string, p problem) {
18
- task := p.didaTask(prefix)
19
- mailToDida(task)
+ // 不再往滴答清单中添加任务
+ // task := p.didaTask(prefix)
20
+ // mailToDida(task)
21
}
22
23
func mailToDida(task string) {
Helper/main.go
@@ -6,7 +6,7 @@ import (
6
7
// 程序辅助设置
8
const (
9
- VERSION = "7.0.3"
+ VERSION = "7.0.5"
10
11
12
func main() {
0 commit comments