Skip to content

Commit

Permalink
fix(build): fix build linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Dec 13, 2023
1 parent 19f78d3 commit a6f6a68
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
3.1.1
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zd",
"productName": "zd",
"version": "3.1.0",
"version": "3.1.1",
"description": "zd",
"main": ".webpack/main",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fields:
postfix: "\t"

- field: field_use_ranges # 引用內置的定义文件,该文件定义了多个range,他们共享了一些field层面的属性。
from: test.number.v1.yaml # 引用users/test/number/v1.yaml文件里面的ranges定义。
from: zentao.number.v1.yaml # 引用yaml/zentao/number/v1.yaml文件里面的ranges定义。
use: medium # 使用该文件中定义的medium分组。
postfix: "\t"

Expand Down
3 changes: 0 additions & 3 deletions internal/pkg/service/fix.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import (
"strings"

"log"
"regexp"
"strconv"
"strings"

consts "github.com/easysoft/zendata/internal/pkg/const"
"github.com/easysoft/zendata/internal/pkg/domain"
Expand Down
4 changes: 0 additions & 4 deletions internal/pkg/service/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import (
consts "github.com/easysoft/zendata/internal/pkg/const"
"github.com/easysoft/zendata/internal/pkg/domain"
"github.com/easysoft/zendata/internal/pkg/helper"

consts "github.com/easysoft/zendata/internal/pkg/const"
"github.com/easysoft/zendata/internal/pkg/domain"
"github.com/easysoft/zendata/internal/pkg/helper"
)

type FormatService struct {
Expand Down
3 changes: 0 additions & 3 deletions internal/pkg/service/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import (
"strconv"
"strings"

"strconv"
"strings"

"github.com/easysoft/zendata/internal/pkg/domain"
"github.com/easysoft/zendata/internal/pkg/helper"
"github.com/easysoft/zendata/pkg/utils/vari"
Expand Down
1 change: 0 additions & 1 deletion internal/pkg/service/res.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"os"

"os"
"time"

consts "github.com/easysoft/zendata/internal/pkg/const"
Expand Down
4 changes: 0 additions & 4 deletions pkg/utils/log/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ import (
"github.com/fatih/color"

zd "github.com/easysoft/zendata"
constant "github.com/easysoft/zendata/internal/pkg/const"
commonUtils "github.com/easysoft/zendata/pkg/utils/common"
"github.com/easysoft/zendata/pkg/utils/vari"
"github.com/fatih/color"
)

var (
Expand Down

0 comments on commit a6f6a68

Please sign in to comment.