Commit Graph

104 Commits

Author SHA1 Message Date
Lan b1fdae6296 Merge pull request #9 from tungtepao/fix/retrieve-code-issue
fix: 修复取件码输入框的响应式数据流问题
2026-02-24 13:24:51 +08:00
yiqiu b959bea496 fix: 修复取件码输入框的响应式数据流问题 2026-02-24 10:11:06 +08:00
Lan 326bb98012 Merge pull request #8 from davidche1116/main
fix: vastsa/FileCodeBox#453中的http访问浏览器卡主问题
2026-01-16 18:48:35 +08:00
davidche cad2e2fc0b fix: vastsa/FileCodeBox#453中的http访问浏览器卡主问题
在vastsa/FileCodeBox#453中讨论,有出现Windows系统,http访问点击复制wget命令浏览器卡主的问题。取消无线递归调用逻辑。
2026-01-16 09:14:41 +08:00
Lan 65787fcb1f feat: https://github.com/vastsa/FileCodeBox/issues/450 2026-01-09 10:13:00 +08:00
Lan c31976f9e8 fix: 预上传导致切片实效 2026-01-07 19:27:08 +08:00
Lan 71bcbed46c fix: https://github.com/vastsa/FileCodeBox/issues/415 2026-01-07 19:08:41 +08:00
Lan 059fe4d5b6 fix: https://github.com/vastsa/FileCodeBox/issues/320 2026-01-07 18:58:05 +08:00
Lan 5123b3e95b fix: https://github.com/vastsa/FileCodeBox/issues/322 2026-01-07 18:54:44 +08:00
Lan 7325f0aafc fix: https://github.com/vastsa/FileCodeBox/issues/449 2026-01-01 12:45:23 +08:00
Lan bdd5246057 fix: https://github.com/vastsa/FileCodeBox/issues/444 2025-12-31 03:45:29 +08:00
Lan e8995e2fe6 fix: https://github.com/vastsa/FileCodeBox/issues/446 2025-12-31 03:35:19 +08:00
Lan 9931e487d7 feat: 新增 S3预签名上传 2025-12-31 03:22:55 +08:00
Lan 71abb663a5 Merge remote-tracking branch 'origin/main' 2025-12-27 23:34:48 +08:00
Lan 883dad1fed chore: upgrade dependencies
- Update axios from ^1.11.0 to ^1.13.2
- Update eslint from ^9.32.0 to ^9.39.2
- Update glob from ^11.0.3 to ^13.0.0
- Update vite from ^7.0.6 to ^7.3.0
- Update pnpm-lock.yaml to reflect dependency version changes
- Improve build tooling and linting capabilities with latest versions
2025-12-27 23:33:38 +08:00
Lan 6b8ba04e6d feat: 适配切片,多语言 2025-12-01 15:29:12 +08:00
Lan f8a123ab94 fix: https://github.com/vastsa/FileCodeBox/issues/408 2025-11-24 19:26:46 +08:00
Lan d789f68135 fix: https://github.com/vastsa/FileCodeBox/issues/420 2025-11-24 19:25:08 +08:00
Lan 2e52ed61bd feat: 多语言支持 https://github.com/vastsa/FileCodeBox/issues/310 https://github.com/vastsa/FileCodeBox/issues/299 2025-09-04 16:14:42 +08:00
Lan f83b3d7152 feat: code refactor 2025-09-04 14:50:53 +08:00
Lan f08adee7fa fix: send error msg 2025-09-04 14:02:02 +08:00
Lan 0bd5d42a36 fix: login 2025-09-04 13:51:48 +08:00
Lan 97595f2a00 feat: 优化代码结构(在Claude的帮助下) 2025-09-04 12:01:26 +08:00
Lan ca7f576b36 fix: https://github.com/vastsa/FileCodeBox/issues/303 2025-09-04 10:46:27 +08:00
Lan 456d42128d fix: https://github.com/vastsa/FileCodeBox/issues/302 2025-09-04 10:29:53 +08:00
Lan 4c8a17bb8d fix: https://github.com/vastsa/FileCodeBox/issues/306 https://github.com/vastsa/FileCodeBox/issues/279 2025-09-04 10:24:25 +08:00
Lan 7043b6755c fix: https://github.com/vastsa/FileCodeBox/issues/328 2025-09-04 03:29:11 +08:00
Lan ae94bedf9d fix: https://github.com/vastsa/FileCodeBox/issues/324 2025-09-04 03:25:37 +08:00
Lan 086a42e1bb fix: https://github.com/vastsa/FileCodeBox/issues/329 2025-09-04 03:22:50 +08:00
Lan f452bcd886 fix: https://github.com/vastsa/FileCodeBox/issues/379 2025-09-04 02:53:40 +08:00
Lan 5447afa988 fix: https://github.com/vastsa/FileCodeBox/issues/376 https://github.com/vastsa/FileCodeBox/issues/351 2025-08-01 13:24:22 +08:00
Lan 5ccfe04a1d feat: 进入首页自动聚焦输入框 2025-07-04 23:45:51 +08:00
Lan de1376e14b fix: Dependabot alerts 2025-06-19 22:05:34 +08:00
Lan 1f8c7ce795 Merge pull request #5 from tangjie502/main
refactor(utils): 优化 wget命令生成逻辑
2025-04-26 20:16:17 +08:00
唐杰 fe41f5d940 refactor: 优化剪贴板文件添加提示信息
- 将特定的文件添加提示信息从 "已从剪贴板添加图片" 修改为 "已从剪贴板添加文件",以支持所有文件类型
- 保留了错误提示信息 "文件处理失败",未作修改
2025-04-24 15:33:40 +08:00
唐杰 ffdd9df150 refactor(SendFileView):优化代码结构和可读性- 使用换行符和缩进规范代码格式
- 移除冗余的空格和换行
- 简化部分代码逻辑
- 更新部分变量命名
2025-04-24 13:21:03 +08:00
唐杰 8dcec4bbf1 refactor(utils): 优化 wget命令生成逻辑
-移除未使用的变量和注释
- 调整 base URL 生成方式
- 优化 wget 命令的生成逻辑
2025-04-24 10:43:02 +08:00
Lan 8a27055d90 Merge pull request #4 from tangjie502/main
修复wget复制bug
2025-04-24 10:17:22 +08:00
唐杰 83e4f017e9 build: 添加 Vite 配置文件
- 新增 vite.config.ts 文件
- 配置 Vue、TailwindCSS 和 Autoprefixer插件
- 设置别名路径和 CSS 处理方式
2025-04-24 09:17:16 +08:00
唐杰 8423a79b9d build: 添加 Vite 配置文件
- 新增 vite.config.ts 文件
- 配置 Vue、TailwindCSS 和 Autoprefixer插件
- 设置别名路径和 CSS 处理方式
2025-04-23 16:52:40 +08:00
唐杰 71d8030c0e feat(utils): 优化 wget命令复制功能
- 重构 copyWgetCommand 函数,使用 navigator.clipboard API 替代原实现
- 添加文件名参数,使 wget 命令更加完整
- 使用全局 alertStore 显示复制成功或失败的提示信息- 在 SendFileView 中更新 wget 命令复制按钮的点击事件处理
2025-04-23 16:45:21 +08:00
Lan 77d68001b5 fix:s3协议点击下载链接问题 2025-03-30 22:19:43 +08:00
Lan 5ca36a51d5 fix: https://github.com/vastsa/FileCodeBox/issues/300 2025-03-16 23:03:46 +08:00
Lan 9089332a32 fix: https://github.com/vastsa/FileCodeBox/issues/298 2025-03-16 22:22:30 +08:00
Lan f2608adf3c fix: https://github.com/vastsa/FileCodeBox/issues/294 2025-03-16 22:19:28 +08:00
Lan f802e1c406 fix: https://github.com/vastsa/FileCodeBox/issues/297 https://github.com/vastsa/FileCodeBox/issues/278 2025-03-16 22:13:35 +08:00
Lan 77101aa3d1 fix: https://github.com/vastsa/FileCodeBox/issues/292 2025-03-15 23:43:24 +08:00
Lan 10193ff17a fix: https://github.com/vastsa/FileCodeBox/issues/292 2025-03-15 22:56:43 +08:00
Lan 6e11f03a12 fix:https://github.com/vastsa/FileCodeBox/issues/272 2025-03-09 22:45:01 +08:00
Lan 6ef71fcdc5 fix: https://github.com/vastsa/FileCodeBox/issues/283 2025-03-09 22:42:17 +08:00