“Widget:Uploader”的版本间的差异

来自萌娘共享
跳转至: 导航搜索
(撤销星海子讨论)的版本2027335)
1个标签撤销
(// Edit Via InPageEdit)
第862行: 第862行:
  
 
             asyncCurrentFileInfo() {
 
             asyncCurrentFileInfo() {
                 if (!confirm("确定要将当前选中的文件信息( 不含文件名) 同步到所有文件中?")) { return; }
+
                 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的版本