1
YM
2024-06-06 aba96a9b9fa11fb04cb415370416202687764201
src/pages/character/detail.vue
@@ -541,7 +541,7 @@
  },
  methods: {
    copyText() {
      const textToCopy = this.biogData[0].content + " 来源:中医医学人物知识库";
      const textToCopy = this.biogData[0].content + "\n来源:中医医学人物知识库";
      const textarea = document.createElement("textarea");
      textarea.value = textToCopy;
      document.body.appendChild(textarea);