mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-23 19:41:15 -05:00
🎨 Search asset content need payment
This commit is contained in:
@@ -55,8 +55,7 @@ func fullTextSearchAssetContent(c *gin.Context) {
|
||||
}
|
||||
|
||||
if !model.IsPaidUser() {
|
||||
ret.Code = -1
|
||||
ret.Msg = model.Conf.Language(214)
|
||||
ret.Code = 1
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user