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

来自萌娘共享
跳转至: 导航搜索
(测试waf)
1个标签撤销
(//Rollback)
1个标签回退
 
第313行: 第313行:
 
                 @click="submit(true)"
 
                 @click="submit(true)"
 
               >差分上传</button>
 
               >差分上传</button>
               <button title="将当前文件除文件名的信息同步到全部文件" @click="asyncCurrentFileInfo">同步文件信息</button>
+
               <button title="将当前文件除文件名的信息同步到全部文件" @click="currentFileInfo">同步文件信息</button>
 
               <button @click="showManual">使用说明</button>
 
               <button @click="showManual">使用说明</button>
 
             </div>
 
             </div>
第861行: 第861行:
 
             },
 
             },
  
             asyncCurrentFileInfo() {
+
             currentFileInfo() {
 
                 if (!confirm("确定要将当前选中的文件信息(不含文件名)同步到所有文件中?")) { return; }
 
                 if (!confirm("确定要将当前选中的文件信息(不含文件名)同步到所有文件中?")) { return; }
 
                 const currentFile = this.files[this.focusedFileIndex];
 
                 const currentFile = this.files[this.focusedFileIndex];

2023年11月22日 (三) 15:26的最新版本