yxuse 3.0.57 → 3.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,7 +173,7 @@ const copyText = (text) => {
173
173
  textField.select();
174
174
  document.execCommand("copy");
175
175
  textField.remove();
176
- ElMessage.success("路径已成功复制到剪贴板");
176
+ ElMessage.success("已成功复制到剪贴板");
177
177
  };
178
178
  const getCownDownTime = (time) => {
179
179
  const diffTimeSecond = dayjs(time).diff(dayjs(), "second");
Binary file