mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Change Search asset content and Add watermark to exported PDF or image from paid features to free features
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
4c0d3365f1
commit
86431cc106
5 changed files with 0 additions and 43 deletions
|
|
@ -88,11 +88,6 @@ func fullTextSearchAssetContent(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
if !model.IsPaidUser() {
|
||||
ret.Code = 1
|
||||
return
|
||||
}
|
||||
|
||||
page, pageSize, query, types, method, orderBy := parseSearchAssetContentArgs(arg)
|
||||
assetContents, matchedAssetCount, pageCount := model.FullTextSearchAssetContent(query, types, method, orderBy, page, pageSize)
|
||||
ret.Data = map[string]interface{}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue