mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 15:59:03 +03:00
[GH-ISSUE #680] 🚀 Dufs Web 前端实现分享 - 基于 AI 生成 | 🚀 Dufs Web Frontend Implementation - AI-Generated #5223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cercky on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/680
🎉 分享:Dufs Web - 一个由 AI 生成的 Dufs 前端界面
📢 项目分享
大家好!我想和大家分享一个我最近完成的小项目:Dufs Web 🚀
项目地址:https://github.com/cercky/dufs_web
🤖 关于这个项目
说实话,我本人并不具备编程知识。这个项目完全是在 AI 的帮助下生成的。创建这个项目的初衷是:
✨ 项目特点
Dufs Web 是一个现代化的 Web 文件服务器前端界面,主要特性包括:
完整的功能列表请查看 README.md
⚠️ 重要说明
代码完全由 AI 生成,因此:
使用建议:
🎯 项目基础
🙏 致谢
🤝 欢迎贡献
虽然我不懂编程,但非常欢迎大家:
每一个建议我都会认真考虑!
📧 联系方式
如有问题或建议,请直接在 GitHub 提 Issue,我会尽力回复。
再次感谢大家的关注!希望能对这个项目有所帮助,也期待看到更多优秀的 Dufs 前端实现!🎊
🎉 Sharing: Dufs Web - An AI-Generated Frontend for Dufs
📢 Project Sharing
Hello everyone! I'd like to share a small project I recently completed: Dufs Web 🚀
Project URL: https://github.com/cercky/dufs_web
🤖 About This Project
To be honest, I don't have programming knowledge myself. This project was entirely generated with the help of AI. The original intention behind creating this project was:
✨ Project Features
Dufs Web is a modern web file server frontend interface with the following main features:
Complete feature list available in README.md
⚠️ Important Notice
Code is entirely AI-generated, therefore:
Usage Recommendations:
🎯 Project Foundation
🙏 Acknowledgments
🤝 Contributions Welcome
Although I don't know programming, I warmly welcome everyone to:
I will carefully consider every suggestion!
📧 Contact
If you have questions or suggestions, please open an Issue on GitHub, and I'll do my best to respond.
Thank you again for your attention! I hope this can contribute something to the project, and I look forward to seeing more excellent Dufs frontend implementations! 🎊
@lmq8267 commented on GitHub (Mar 27, 2026):
怎么没有添加预览图片呢,想看看什么样式的,这里也有个前端https://github.com/TransparentLC/dufs-material-assets
@cercky commented on GitHub (Mar 27, 2026):
已经添加了几张图片。
@lmq8267 commented on GitHub (Mar 27, 2026):
@lhongcai 快来看啊,这里又有个好看的前端了
@yuf19-2022 commented on GitHub (Mar 27, 2026):
可以改后端认证逻辑吗,然后打包成exe文件
@cercky commented on GitHub (Mar 27, 2026):
认证方式是dufs默认的方案,没有做改动。
打包成exe不利于大家二次折腾,放到外部引用更加方便。也没啥影响。主要是我能力有限搞不定。
@lmq8267 commented on GitHub (Mar 27, 2026):
确实,不打包进去也方便折腾。
我这里https://github.com/lmq8267/dufs
就打包一些常用的架构 包括win7以及配置文件在线生成
@lepig commented on GitHub (Apr 1, 2026):
感谢您的分享。 Starred表示支持
@sigoden commented on GitHub (Apr 25, 2026):
@cercky
你能参考https://github.com/TransparentLC/dufs-material-assets 为你的项目创建 Github Releases 吗?
我计划在 README.md 中为你们的 web 前端项目推广引流。
@cercky commented on GitHub (Apr 26, 2026):
实际上就是简单的web端,也没啥要打包到exe的计划,大家可以随意修改使用,我也是纯AI写的代码,无所谓你们怎么折腾都行。
@TransparentLC commented on GitHub (Apr 27, 2026):
如果想做的话可以参考我弄出 release 的那些文件的 Actions
https://github.com/TransparentLC/dufs-material-assets/blob/master/.github/workflows/build-embed.yml
编译部分和 dufs 本身的 Actions 是一样的,额外加了个在编译前用自定义 UI 替换 dufs 原版 UI 的步骤
弄出带有修改版 UI 的 exe 的话文件名需要保持和 https://github.com/sigoden/dufs/tree/main/assets 相同,也就是说自定义 UI 只能有
index.{css,js,html}三个文件@lmq8267 commented on GitHub (Apr 27, 2026):
我给两位大佬的前端都打包进去了,有需要的朋友可以试试lmq8267/dufs/releases
一些常见的架构,win的win7也可以运行