aa4befa0ff
- 下载资源管理与 /download/{slug} 下载链接
- 下载统计(次数/去重人数/明细/CSV 导出)
- 按资源邮箱验证(Halo 通知中心发信,互认评论插件已验证邮箱)
- 本地附件防直链(/upload/** 404)
- 文章引用扫描
- Console 前端:Vue3 + ui-plugin-bundler-kit
27 lines
363 B
Plaintext
27 lines
363 B
Plaintext
# ---- 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
|