Lan
|
a4edd1293a
|
feat: add admin file preview downloads
|
2026-06-03 04:20:52 +08:00 |
|
Lan
|
b97f2cb86b
|
feat: upgrade admin file workspace
|
2026-06-03 04:01:28 +08:00 |
|
Lan
|
3b1a510537
|
feat: improve dashboard refresh state
|
2026-06-03 03:39:13 +08:00 |
|
Lan
|
3115455516
|
feat: redesign retrieve workspace
|
2026-06-03 03:27:16 +08:00 |
|
Lan
|
91ba43d847
|
feat: improve system settings save workflow
|
2026-06-03 03:13:04 +08:00 |
|
Lan
|
ccc7a6e964
|
refactor: unify file management modals
|
2026-06-03 02:27:44 +08:00 |
|
Lan
|
c83f958212
|
feat: redesign send workspace experience
|
2026-06-03 02:22:24 +08:00 |
|
Lan
|
a11e7900b4
|
refactor: modularize frontend flows
|
2026-06-03 02:01:57 +08:00 |
|
复语
|
f2215ac13c
|
fix: handle null selectedFile when uploading multiple files
|
2026-05-09 18:02:21 +08:00 |
|
复语
|
617b343ea7
|
feat: support multi-files
|
2026-05-08 16:43:00 +08:00 |
|
yiqiu
|
b959bea496
|
fix: 修复取件码输入框的响应式数据流问题
|
2026-02-24 10:11:06 +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
|
5123b3e95b
|
fix: https://github.com/vastsa/FileCodeBox/issues/322
|
2026-01-07 18:54:44 +08:00 |
|
Lan
|
bdd5246057
|
fix: https://github.com/vastsa/FileCodeBox/issues/444
|
2025-12-31 03:45:29 +08:00 |
|
Lan
|
9931e487d7
|
feat: 新增 S3预签名上传
|
2025-12-31 03:22:55 +08:00 |
|
Lan
|
6b8ba04e6d
|
feat: 适配切片,多语言
|
2025-12-01 15:29:12 +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
|
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 |
|
唐杰
|
fe41f5d940
|
refactor: 优化剪贴板文件添加提示信息
- 将特定的文件添加提示信息从 "已从剪贴板添加图片" 修改为 "已从剪贴板添加文件",以支持所有文件类型
- 保留了错误提示信息 "文件处理失败",未作修改
|
2025-04-24 15:33:40 +08:00 |
|
唐杰
|
ffdd9df150
|
refactor(SendFileView):优化代码结构和可读性- 使用换行符和缩进规范代码格式
- 移除冗余的空格和换行
- 简化部分代码逻辑
- 更新部分变量命名
|
2025-04-24 13:21:03 +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 |
|