Skip to content

Commit

Permalink
缩减文字
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Dec 22, 2021
1 parent c9d5a1c commit 9fe6b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/fx/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ type FxType int
func (f FxType) String() string {
switch f {
case TypeYaml:
return "文件规则"
return "文件"
case TypeInline:
return "内置规则"
return "内置"
default:
return "未知规则类型"
return "未知"
}
}

Expand Down

0 comments on commit 9fe6b03

Please sign in to comment.