mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Search asset content need payment
This commit is contained in:
parent
c93f853c56
commit
f8a0f9038c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue