aa4befa0ff
- 下载资源管理与 /download/{slug} 下载链接
- 下载统计(次数/去重人数/明细/CSV 导出)
- 按资源邮箱验证(Halo 通知中心发信,互认评论插件已验证邮箱)
- 本地附件防直链(/upload/** 404)
- 文章引用扫描
- Console 前端:Vue3 + ui-plugin-bundler-kit
27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "sharelink-console-ui",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"dev": "rsbuild build --watch --env-mode=development",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@halo-dev/api-client": "2.23.0",
|
|
"@halo-dev/components": "^2.21.0",
|
|
"@halo-dev/ui-shared": "^2.22.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.24"
|
|
},
|
|
"devDependencies": {
|
|
"@halo-dev/ui-plugin-bundler-kit": "^2.21.2",
|
|
"@rsbuild/core": "^2.0.3",
|
|
"@rsbuild/plugin-vue": "^1.2.7",
|
|
"@types/node": "^20.19.24",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.8.3",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|