cloudreve / Cloudreve

🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)
https://cloudreve.org
GNU General Public License v3.0
21.58k stars 3.39k forks source link

支持自定义外链(直链) #1940

Open iuxt opened 7 months ago

iuxt commented 7 months ago

当前版本可以获取到直链, 但是链接不受控制(我找了数据库也没找到直链中间的 4 位数字存储到哪里的, 可能是自动生成的), 希望能增加一个自定义直链的功能, 并把直链存储到数据库, 方便后续进行修改。谢谢

ShiinaRinne commented 2 weeks ago

对id进行hash获取的 https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash.go