Browse Source

Merge branch 'cygx_12.0' into debug

ziwen 1 year ago
parent
commit
5981fc312e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      controllers/cygx/yanxuan_special.go

+ 5 - 0
controllers/cygx/yanxuan_special.go

@@ -212,6 +212,11 @@ func (this *YanxuanSpecialController) List() {
 			}
 			v.Docs = docs
 		}
+		if v.Type == 1 {
+			v.Title = "【笔记】"+v.Title
+		} else if v.Type == 2 {
+			v.Title = "【观点】"+v.Title
+		}
 	}
 
 	br.Data = list