feat(v0.2.1): 添加认证参数支持和客户端下载命令生成

主要更新:
- 新增 auth 参数加密传递支持 (QK/UC Cookie认证)
- 实现下载命令自动生成 (curl/aria2c/迅雷)
- aria2c 命令支持 8 线程 8 片段下载
- 修复 cookie 字段映射问题
- 优化前端 clientLinks 页面
- 添加认证参数文档和测试用例
- 更新 .gitignore 忽略编译目录
This commit is contained in:
q
2026-02-05 20:35:47 +08:00
parent 7fc6367b9e
commit 3a25e5f2ae
53 changed files with 6882 additions and 1471 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nfd-web",
"version": "0.1.9",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -16,6 +16,7 @@
"axios": "1.12.0",
"clipboard": "^2.0.11",
"core-js": "^3.8.3",
"crypto-js": "^4.2.0",
"element-plus": "2.11.3",
"monaco-editor": "^0.55.1",
"qrcode": "^1.5.4",