This commit is contained in:
yanweidong
2026-01-30 19:48:18 +08:00
parent 43225379fe
commit efa83b0c96
9 changed files with 3334 additions and 2347 deletions

View File

@@ -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