mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #211] Support QRCode code generate #106
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 @kmephistoh on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/211
Specific Demand
If dufe support QRCode code generate, that will be useful for mobile phone.
Implement Suggestion
Just like gohttpserver
@sigoden commented on GitHub (May 18, 2023):
modern browsers already supports qr, I don't think qr is necessary.
chrome:

edge:

@kmephistoh commented on GitHub (May 18, 2023):
You are right, thanks for your reminder.