chore: add librarybot workflow for automated npm library updates (#726)

This commit is contained in:
Cell
2026-04-08 14:18:34 +08:00
parent 673be1e8c0
commit d45f6b1550
9 changed files with 470 additions and 49 deletions
+2 -2
View File
@@ -224,8 +224,8 @@ FixIt theme assets partial
{{- /* Watermark */ -}}
{{- if eq .Site.Params.watermark.enable true -}}
{{- $source := $cdn.cellWatermarkJS | default "lib/cell-watermark/watermark.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Page" . "Data" | partial "store/script.html" -}}
{{- $source := $cdn.cellWatermarkJS | default "lib/cell-watermark/watermark.js" -}}
{{- dict "Source" $source "Minify" true "Fingerprint" $fingerprint "Defer" true | dict "Page" . "Data" | partial "store/script.html" -}}
{{- $watermarkConfig := .Site.Params.watermark | default dict -}}
{{- $watermarkConfig = dict
"appendTo" ".widgets"