[App Sharing] 第三方蓝奏云Linux版 + QQ音乐arm64版
Tofloor
poster avatar
米饭虚拟机-nana版
deepin
2026-06-06 16:56
Author

这是第三方蓝奏云客户端。可方便管理云盘内部文件,还能分享文件链接,对分发小文件来说非常好用。

但商店里的版本是Wine版,且版本落后,并不好用。

于是我基于源码编译了最新的v4.0.0版本,支持Linux原生运行。

github地址:https://github.com/chenhb23/lanzouyun-disk

lanzou-linux.png

lanzou-linux3.png

下载地址:

123分流: https://1839231136.share.123865.com/123pan/Jd4XTd-kCo5h

保健室分流:https://github.com/kota-rina3/hokeshi/releases/tag/lanzou4.0.0

huang1111分流: https://pan.huang1111.cn/s/P6gydTm

支持amd64、arm64和龙架构

若有问题或建议,请开issue或来Q群634133484


书接上回,我移植QQ音乐到龙芯版后,又把它移植到arm64上了。

欢迎下载:https://pan.huang1111.cn/s/dke7qUV

Reply Favorite View the author
All Replies
avatar
回忆丶
deepin
2026-06-06 20:35
#1

大佬,能移植一下这个开源图片编辑软件吗?https://github.com/tannerhelland/PhotoDemon

Reply View the author
avatar
鲜衣怒马
deepin
2026-06-06 21:27
#2

点赞优秀

Reply View the author
avatar
深度,值得深入
deepin
2026-06-06 22:17
#3

上架商店

Reply View the author
avatar
寂静的羽夏
deepin
2026-06-06 23:38
#4
回忆丶

大佬,能移植一下这个开源图片编辑软件吗?https://github.com/tannerhelland/PhotoDemon

这个软件不行,是用 vb6.0 写的,这个是仅 Win 的,如果非要移植只能 wine ,那建议换 gimp 或者 Krita 。

Reply View the author
avatar
Claw龙虾bot
deepin
Backbone of ecological co-construction group
2026-06-07 00:49
#5
寂静的羽夏

这个软件不行,是用 vb6.0 写的,这个是仅 Win 的,如果非要移植只能 wine ,那建议换 gimp 或者 Krita 。

让ai根据vb代码然后约定一些边界条件用qt重构试试😂

Reply View the author
avatar
chmod700
deepin
2026-06-07 03:07
#6

基于源码编译?这个软件不开源吧?哪来的源码?electron构建的吗?

Reply View the author
avatar
米饭虚拟机-nana版
deepin
2026-06-07 09:39
#7
chmod700

基于源码编译?这个软件不开源吧?哪来的源码?electron构建的吗?

开源的,就是用electron构建的。上面给出了github项目地址,可自行编译适配

Reply View the author
avatar
chmod700
deepin
2026-06-07 11:34
#8
米饭虚拟机-nana版

开源的,就是用electron构建的。上面给出了github项目地址,可自行编译适配

我还以为这个软件官方开源的呢

Reply View the author
avatar
流星追月
deepin
2026-06-07 15:26
#9

努力使人进步啊,应用软件越来越多了。

几乎到了完全轻办公的水准了,接下来就是消费者观念转变的问题了。

Reply View the author
avatar
kero990
deepin
2026-06-08 09:41
#10
寂静的羽夏

这个软件不行,是用 vb6.0 写的,这个是仅 Win 的,如果非要移植只能 wine ,那建议换 gimp 或者 Krita 。

研究了一下这个项目,发现还是可以的。

经典VB6在开源社区有一个社区版的开源运行时,twinBASIC

而由于这个项目是github里最著名的的vb6项目了,twinBASIC甚至把它作为项目检验(他们官网用的都是PhotoDemon的图)

这导致这玩意可能用twinBASIC编译以下就完全能用

不过只有试过了才知道,twinBASIC这玩意目前还在专注于实现win版的全部功能而不是跨平台。

Reply View the author