Files
sharelink/.gitignore
T
shirainbown aa4befa0ff feat: sharelink 资源下载管理插件 v1.1.0
- 下载资源管理与 /download/{slug} 下载链接
- 下载统计(次数/去重人数/明细/CSV 导出)
- 按资源邮箱验证(Halo 通知中心发信,互认评论插件已验证邮箱)
- 本地附件防直链(/upload/** 404)
- 文章引用扫描
- Console 前端:Vue3 + ui-plugin-bundler-kit
2026-08-03 00:25:15 +08:00

27 lines
363 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ---- Gradle ----
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# ---- 前端(ui ----
node_modules/
ui/node_modules/
# console 产物由 `pnpm -C ui build` 生成,勿提交
src/main/resources/console/
# ---- IDE ----
.idea/
*.iml
.vscode/
.classpath
.project
.settings/
bin/
# ---- 系统 ----
.DS_Store
# ---- 本地临时 ----
workplace/
*.log