你现在正在访问的是萌娘百科用于保存和管理图片、音频等媒体文件的子项目萌娘共享,想要回到萌娘百科,请使用浏览器上的返回按钮、或点击这里
“Widget:Uploader”的版本间的差异
(1个标签:撤销) |
小 (// Edit Via InPageEdit) |
||
第862行: | 第862行: | ||
asyncCurrentFileInfo() { | asyncCurrentFileInfo() { | ||
− | if (!confirm("确定要将当前选中的文件信息 | + | if (!confirm("确定要将当前选中的文件信息 ( 不含文件名 ) 同步到所有文件中?")) { return; } |
const currentFile = this.files[this.focusedFileIndex]; | const currentFile = this.files[this.focusedFileIndex]; | ||
if (!currentFile) { return mw.notify("当前未选中文件"); } | if (!currentFile) { return mw.notify("当前未选中文件"); } | ||
第908行: | 第908行: | ||
if (authorizedForMoegirlFiles.length > 0) { | if (authorizedForMoegirlFiles.length > 0) { | ||
return alert([ | return alert([ | ||
− | "这些文件的授权协议不允许使用上传工具,请在本次上传中删除,并前往 | + | "这些文件的授权协议不允许使用 批量 上传工具,请在本次上传中删除,并前往 普通上传工具 填写授权信息后上传:", |
...authorizedForMoegirlFiles.map(item => item.fileName), | ...authorizedForMoegirlFiles.map(item => item.fileName), | ||
].join("\n")); | ].join("\n")); |
2022年9月22日 (四) 02:13的版本
Only for MediaWiki:Uploader