🎨 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

@ -1110,10 +1110,6 @@ func processPDFWatermark(pdfCtx *model.Context, watermark bool) {
return
}
if !IsPaidUser() {
return
}
mode := "text"
if gulu.File.IsExist(str) {
if ".pdf" == strings.ToLower(filepath.Ext(str)) {