deving
This commit is contained in:
@@ -30,10 +30,10 @@ func NewIdustry() *Industry {
|
||||
}
|
||||
|
||||
func (r *Industry) Run(in string) *types.RuleResult {
|
||||
score := 0
|
||||
score := 1
|
||||
desc := "中性/周期型行业"
|
||||
if strings.Contains(hotIndustries, in) {
|
||||
score = 1
|
||||
score = 2
|
||||
desc = "热门行业"
|
||||
} else if strings.Contains(sunsetIndustries, in) {
|
||||
score = -1
|
||||
|
||||
Reference in New Issue
Block a user