杨磊
2024-06-06 1a5b2a6443dc24e3e024e2c0bb500d80a2b20d11
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);