feat: sharelink 资源下载管理插件 v1.1.0

- 下载资源管理与 /download/{slug} 下载链接
- 下载统计(次数/去重人数/明细/CSV 导出)
- 按资源邮箱验证(Halo 通知中心发信,互认评论插件已验证邮箱)
- 本地附件防直链(/upload/** 404)
- 文章引用扫描
- Console 前端:Vue3 + ui-plugin-bundler-kit
This commit is contained in:
shirainbown
2026-08-03 00:25:15 +08:00
commit aa4befa0ff
62 changed files with 7838 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: plugin.halo.run/v1alpha1
kind: Plugin
metadata:
name: sharelink
spec:
enabled: true
requires: ">=2.22.0"
author:
name: ssy
website: https://git.ali.songshiyu.cn/ssy
logo: logo.svg
homepage: https://git.ali.songshiyu.cn/ssy/sharelink
repo: https://git.ali.songshiyu.cn/ssy/sharelink
issues: https://git.ali.songshiyu.cn/ssy/sharelink/issues
displayName: "资源下载管理"
description: "管理文章中的资源下载链接:下载统计、按资源的邮箱验证、防止附件直链下载、文章引用扫描。"
configMapName: sharelink-configmap
settingName: sharelink-settings
license:
- name: "GPL-3.0"