Skip to content

Commit cee09b0

Browse files
committed
helper 不再往滴答清单添加任务
1 parent 6d42ea9 commit cee09b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Helper/dida.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ const (
1515
)
1616

1717
func dida(prefix string, p problem) {
18-
task := p.didaTask(prefix)
19-
mailToDida(task)
18+
// 不再往滴答清单中添加任务
19+
// task := p.didaTask(prefix)
20+
// mailToDida(task)
2021
}
2122

2223
func mailToDida(task string) {

Helper/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
// 程序辅助设置
88
const (
9-
VERSION = "7.0.3"
9+
VERSION = "7.0.5"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)