添加 cl-watermark 水印组件

This commit is contained in:
icssoa
2025-10-22 12:35:37 +08:00
parent 4634962271
commit 7acd449496
8 changed files with 621 additions and 0 deletions

View File

@@ -421,6 +421,11 @@ const data = computed<Item[]>(() => {
icon: "sketching",
path: "/pages/demo/other/sign"
},
{
label: t("水印"),
icon: "copyright-line",
path: "/pages/demo/other/watermark"
},
{
label: t("图片裁剪"),
icon: "crop-line",