Commit Graph

82 Commits

Author SHA1 Message Date
Lan
c14c4bca62 feat: 优化代码结构(在Claude的帮助下) 2025-09-04 12:01:26 +08:00
Lan
68ce796a55 fix: https://github.com/vastsa/FileCodeBox/issues/303 2025-09-04 10:46:27 +08:00
Lan
a4942e1757 fix: https://github.com/vastsa/FileCodeBox/issues/302 2025-09-04 10:29:53 +08:00
Lan
0f132645a0 fix: https://github.com/vastsa/FileCodeBox/issues/306 https://github.com/vastsa/FileCodeBox/issues/279 2025-09-04 10:24:25 +08:00
Lan
aba34f730a fix: https://github.com/vastsa/FileCodeBox/issues/328 2025-09-04 03:29:11 +08:00
Lan
c90011548e fix: https://github.com/vastsa/FileCodeBox/issues/324 2025-09-04 03:25:37 +08:00
Lan
bcb002a411 fix: https://github.com/vastsa/FileCodeBox/issues/329 2025-09-04 03:22:50 +08:00
Lan
81415e5fd9 fix: https://github.com/vastsa/FileCodeBox/issues/379 2025-09-04 02:53:40 +08:00
Lan
4061605c57 fix: https://github.com/vastsa/FileCodeBox/issues/376 https://github.com/vastsa/FileCodeBox/issues/351 2025-08-01 13:24:22 +08:00
Lan
8c8456d76d feat: 进入首页自动聚焦输入框 2025-07-04 23:45:51 +08:00
Lan
3c629ea526 fix: Dependabot alerts 2025-06-19 22:05:34 +08:00
Lan
3dc1fc2df4 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
ca4f0e4149 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
Lan
bb54b05b40 fix:#https://github.com/vastsa/FileCodeBox/issues/273 2025-03-09 22:41:35 +08:00
Lan
64e8d8c117 fix: remove / 2025-03-06 00:25:18 +08:00
Lan
fb331a9f45 feat:新增版本号 2025-03-04 00:15:55 +08:00
Lan
a9542f0410 feat:新增管理员编辑记录 2025-03-04 00:08:14 +08:00
Lan
6d10a550d8 feat:发送展示 2025-03-03 23:07:19 +08:00
Lan
a03c040ff0 feat: 优化复制wget 2025-03-03 23:04:44 +08:00
Lan
df55c48040 fix: text copy 2025-03-02 20:28:40 +08:00
Lan
57c7e7f7f5 feat: 存储优化 2025-03-02 16:12:39 +08:00
Lan
9eaacda65f feat: 上传限制 2025-03-02 15:26:14 +08:00
Lan
7b10de0ab1 feat: 优化上传检查 2025-03-02 15:14:18 +08:00
Lan
1521aa5d94 feat: 优化取件逻辑 2025-03-02 14:51:13 +08:00
Lan
8e6c48e1b6 feat: get file from clipboardData 2025-03-02 13:27:36 +08:00
Lan
8ba8cec7b1 fix: share text 2025-02-25 22:32:17 +08:00
Lan
649deb7563 feat: 切片上传 2025-02-23 20:29:36 +08:00
Lan
391bdc0c80 feat: index.html 2025-02-19 21:42:56 +08:00
Lan
917510ff08 feat: 如果是文本直接预览 2025-02-17 20:49:55 +08:00
Lan
83021e2170 style: code format 2025-02-15 21:56:41 +08:00
Lan
5aa5d9475d feat: remove unuse file 2025-02-15 14:35:43 +08:00
Lan
4a8d2b7157 feat: 更新用户登录为简易版jwt 2025-02-09 22:56:13 +08:00
Lan
34abbf2989 feat: 新增webdav参数 2025-02-09 20:26:40 +08:00
Lan
6a43e12fc4 feat: 首页title自定义,新增存储路径 2025-02-08 22:54:15 +08:00
Lan
9970906873 fix: s3下载为文本 2025-02-08 21:30:06 +08:00