فهرست منبع

perf: 修改复制提示

奔跑的面条 3 سال پیش
والد
کامیت
942ff14d82
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/store/modules/chartEditStore/chartEditStore.ts

+ 1 - 1
src/store/modules/chartEditStore/chartEditStore.ts

@@ -392,7 +392,7 @@ export const useChartEditStore = defineStore({
            type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
           }
           this.setRecordChart(copyData)
-          window['$message'].success(isCut ? '剪切成功' : '复制成功!')
+          window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
           loadingFinish()
         }
       } catch(value) {