q
343c017c79
fixed. 演练场静态打包问题
2026-01-04 09:29:20 +08:00
q
047a8eab89
更新代码和文档
2026-01-03 21:11:04 +08:00
q
ce1c4ee669
Fix playground bugs and remove TypeScript compiler
...
- Fix BUG1: JavaScript timeout with proper thread interruption using ScheduledExecutorService
- Fix BUG2: Add URL regex validation before execution in playground test API
- Fix BUG3: Register published parsers to CustomParserRegistry on save/update/delete
- Remove TypeScript compiler functionality (tsCompiler.js, dependencies, UI)
- Add password authentication for playground access
- Add mobile responsive layout support
- Load playground parsers on application startup
2026-01-02 19:24:47 +08:00
copilot-swe-agent[bot]
3775cd0259
Address code review feedback: protect types.js endpoint and improve code readability
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 05:27:07 +00:00
copilot-swe-agent[bot]
6305d805dd
Add playground loading animation, password auth, and mobile layout support
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 05:20:06 +00:00
copilot-swe-agent[bot]
66ba8b7ee8
Address code review feedback - improve code quality
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:52:22 +00:00
copilot-swe-agent[bot]
2edf235941
Complete TypeScript compiler integration with examples and documentation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:48:38 +00:00
copilot-swe-agent[bot]
57ef723368
Add TypeScript compiler integration - core implementation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:43:36 +00:00
q
f82267f8a7
js演练场漏洞修复
2025-11-30 02:07:56 +08:00
q
e74d5ea97e
js演练场
2025-11-29 03:41:51 +08:00
q
1dfdff7024
js演练场
2025-11-29 02:56:25 +08:00
q
804b8853d9
front ver 0.1.9.b12
2025-11-28 19:50:29 +08:00
q
3b63f48dfa
ce盘优化
2025-11-13 19:32:44 +08:00
q
c71d4cfa87
feat: 新增客户端协议生成系统,支持8种主流下载工具
...
🚀 核心功能
- 新增完整的客户端下载链接生成器系统
- 支持ARIA2、Motrix、比特彗星、迅雷、wget、cURL、IDM、FDM、PowerShell等8种客户端
- 自动处理防盗链参数(User-Agent、Referer、Cookie等)
- 提供可扩展的生成器架构,支持自定义客户端
🔧 技术实现
- ClientLinkGeneratorFactory: 工厂模式管理生成器
- DownloadLinkMeta: 元数据存储下载信息
- ClientLinkUtils: 便捷工具类
- 线程安全的ConcurrentHashMap设计
🌐 前端集成
- 新增ClientLinks.vue界面,支持客户端链接展示
- Element Plus图标系统,混合图标显示
- 客户端检测逻辑优化,避免自动打开外部应用
- 移动端和PC端环境判断
📚 文档完善
- 完整的CLIENT_LINK_GENERATOR_GUIDE.md使用指南
- API文档和测试用例
- 输出示例和最佳实践
从单纯的网盘解析工具升级为完整的下载解决方案生态
2025-10-24 09:29:05 +08:00
q
97c2fe6784
feat: 添加 WPS 云文档/WPS 云盘解析支持 ( closes #133 )
...
- 新增 PwpsTool 解析器,支持 WPS 云文档直链获取
- 调用 WPS API: https://www.kdocs.cn/api/office/file/{shareKey}/download
- 前端添加 kdocs.cn 链接识别规则
- 前端预览功能优化:WPS 云文档直接使用原分享链接预览
- 后端预览接口特殊处理:判断 shareKey 以 pwps: 开头自动重定向
- 支持提取文件名和有效期信息
- 更新 README 文档,添加 WPS 云文档支持说明
Parser 模块设计:
- 遵循开放封闭原则,易于扩展新网盘
- 只需实现 IPanTool 接口和注册枚举即可
- 支持自定义域名解析和责任链模式
技术特性:
- 免登录获取下载直链
- 支持在线预览(利用 WPS 原生功能)
- 文件大小限制:10M(免费版)/2G(会员版)
- 初始空间:5G(免费版)
2025-10-20 13:33:53 +08:00
q
3107281cdc
web展示内部版本号
2025-10-17 17:19:27 +08:00
q
c5b2340fe6
版本号,123文件信息解析支持
2025-10-17 16:41:02 +08:00
q
2f6f977adb
parser v10.1.17发布到maven central 允许开发者依赖
...
1. 添加自定义解析器扩展和相关示例
2. 优化pom结构
2025-10-17 15:51:52 +08:00
q
0c0e4c9cc1
web version
2025-09-28 13:44:07 +08:00
dependabot[bot]
b616c59f1b
Bump axios from 1.11.0 to 1.12.0 in /web-front
...
Bumps [axios](https://github.com/axios/axios ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-12 09:37:49 +00:00
q
c6603c0d83
修复123解析 #123
2025-09-12 17:34:07 +08:00
q
35c7746e38
直链API添加文件信息
...
修复蓝奏目录文件大小处理报错问题 #120
2025-08-19 18:56:42 +08:00
q
d8a4d2e39f
添加支持 QQ闪传,微雨云,优化前端逻辑
2025-08-11 13:14:43 +08:00
q
977f5dc6dd
1. 默认缓存时间修改
...
2. 文件夹解析异常处理
3. 首页优化
2025-07-18 13:00:12 +08:00
q
7fbd446a2a
首页样式优化
2025-07-15 18:09:11 +08:00
q
f19b366b1b
移动端布局优化
2025-07-11 11:51:08 +08:00
q
6b1bd573c8
优化构建流v0.1.9b6b
2025-07-10 19:17:22 +08:00
q
43c82f2f16
优化构建流
2025-07-10 19:12:15 +08:00
q
4ec5b491c5
目录解析支持优化 v0.1.9b5
2025-07-10 18:58:12 +08:00
qaiu
2f67e3b04d
lz目录解析预览
2025-07-09 07:06:12 +08:00
q
74ec248b8c
目录解析支持优化 v0.1.9b2
2025-07-08 18:55:19 +08:00
q
3fa0588e03
目录解析支持
2025-07-04 19:20:06 +08:00
q
1a0b3a75c3
目录解析支持
2025-07-04 19:16:36 +08:00
q
c5ad19881c
目录解析支持
2025-07-04 19:11:39 +08:00
QAIU
1caabd1368
1. 修改docker构建失败
2025-06-04 15:37:50 +08:00
QAIU
a8a5b6e3ab
1. 蓝奏云域名适配
2025-05-28 17:01:50 +08:00
QAIU
091def569a
remove yarn.lock
2025-01-07 15:03:53 +08:00
QAIU
69ce48adb4
remove yarn.lock
2025-01-07 14:48:16 +08:00
QAIU
f202800a0a
1. onedrive
...
常规测试
2024-12-18 11:46:06 +08:00
QAIU
f75921ba03
1. 动态UA
2024-12-16 18:52:02 +08:00
dependabot[bot]
d4f4ec67c3
Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /web-front
...
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite ) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json )
- [Commits](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3 )
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-15 21:50:27 +00:00
qaiu
df74d9a117
Update README.md
2024-11-13 13:59:54 +08:00
QAIU
418dcde15f
.
2024-11-07 18:37:08 +08:00
QAIU
59db290cae
web file package config
2024-11-07 12:34:24 +08:00
QAIU
2992d3586f
pod update
2024-11-05 18:42:32 +08:00
dependabot[bot]
6b2bba2854
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web-front
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 10:58:07 +00:00
QAIU
4666e942b4
升级vue3
2024-11-04 18:56:49 +08:00
QAIU
daa3c940ee
1. add iCloud解析
2024-11-04 14:18:56 +08:00
qaiu
e54c15dad1
手残 又不小心提交了 ads代码
2024-11-02 18:59:33 +08:00
qaiu
054024e3e8
里程碑版本前奏: 1. 添加google云盘解析(需要联网), 2. web页面人工智障自动解析URL, 3. 优化一堆细节问题, 4: git换行配置(待验证), 5. 酷我解析可用
2024-11-02 18:58:15 +08:00