热搜词
发表于 2023-6-30 06:01:00 | 显示全部楼层 |阅读模式
在ubunut server 22.04+宝塔面板8.0环境,测试运行 nextcloud V18/24/25.0.0/25.0.1/25.0.3几个版本,文件分享功能正常 ,鼠标移动到“复制链接”图标,显示“复制到剪贴版”消息窗口,如图:
nextcloud 25 复制链接.png
在docker for windows 容器中运行nextcloud V26版本,文件分享功能也正常 ,鼠标左键单键“复制链接”图标,显示“已复制链接”消息窗口,如图:

file-sharing.png

可是在ubunut server 22.04+宝塔面板8.0环境,测试运行 nextcloud V25.0.4/25.0.5/25.0.8/26/27版本,启用自带的文件共享插件(File sharing)复制链接功能失效,鼠标移动到文件共享中“复制链接”图标时,却显示“无法复制,请手动复制链接”消息,有时也会显示“Copy public link of "共享链接" to clipboard”消息。

链接2.png
nextcloud27-无法复制.png

当鼠标左键单击并不显示“已复制链接”消息窗口,此功能生效,只能鼠标右键选择“复制链接地址”实现分享。

与此问题相关的插件:
插件名称:File sharing(1.17.0-1.19.0)
功能简介:安装自带的文件共享插件。

解决方法:
如果是nextcloud V25.0.4版本,把 nextcloud V25.0.3的/dist/目录中以4个下文件替换即可。
core-common.js
core-login.js
core-main.js
files_sharing-files_sharing_tab.js

nextcloud V25.0.3版本files_sharing-files_sharing_tab.js文件中与此问题相关代码:
clipboardTooltip:function(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing","Copy to clipboard")},
clipboardTooltip:function(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing","Copy to clipboard")},

nextcloud V25.0.4版本files_sharing-files_sharing_tab.js文件中与此问题相关代码:
copyLinkTooltip:function(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing","Copy internal link to clipboard")},
copyLinkTooltip:function(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing",'Copy public link of "{title}" to clipboard',{title:this.title})},

代码中英文消息对应中文版:
"Cannot copy, please copy the link manually" : "无法复制,请手动复制链接",
"Link copied" : "已复制链接","
Copy to clipboard" : "复制到剪贴板",
"Copy internal link to clipboard" : "复制内部链接到剪贴板",

经测试 nextcloud V25.05/25.08版本,采用以上替换文件法没有作用,会造成网站打开空白等问题。

官方与此问题相关的帮助文档:
https://help.nextcloud.com/t/the ... -shared-link/164873
https://help.nextcloud.com/t/can ... -nextcloud/160034/3
https://help.nextcloud.com/t/app ... t-be-updated/154177





全部评论1
灰儿 发表于 2023-7-3 15:39:33 | 显示全部楼层
"Cannot copy, please copy the link manually" : "无法复制,请手动复制链接",
"Link copied" : "已复制链接",
回复

使用道具 举报

回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-11-24 17:38 , Processed in 0.174303 second(s), 25 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team