🎨 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:
Daniel 2025-10-09 23:01:21 +08:00
parent 4c0d3365f1
commit 86431cc106
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 0 additions and 43 deletions

View file

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