Skip to content

Commit

Permalink
feat: opt statis html,issue: #327
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtian committed Dec 4, 2024
1 parent 48e5e11 commit 651e65a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2214,8 +2214,7 @@ function CreateReporter() {
data += getTD(simple_args.join(" "))
data += getTD(item.remote_work_success && item.post_work_success)
data += getTD(item.remote_work_success && !item.post_work_success)
// data += getTD(item.remote_work_start_time > 0 && !item.remote_work_success)
data += getTD(!item.remote_work_success)
data += getTD(item.remote_work_start_time > 0 && !item.remote_work_success)
data += getTD(!item.pre_work_success && item.local_work_success)
data += getTD(!item.pre_work_success && !item.local_work_success)
// data += getTD(item.remote_work_start_time > 0 && !item.post_work_success && item.local_work_success)
Expand Down

0 comments on commit 651e65a

Please sign in to comment.