modified: themes/butterfly/source/js/shuoshuo.js

This commit is contained in:
2025-10-04 19:22:50 +08:00
parent 1652e6eb7a
commit 0b5994a4df

View File

@@ -377,7 +377,7 @@ function renderTalks() {
const goComment = (e) => { const goComment = (e) => {
const match = e.match(/<div class="talk_content_text">([\s\S]*?)<\/div>/); const match = e.match(/<div class="talk_content_text">([\s\S]*?)<\/div>/);
const textContent = match ? match[1] : ""; const textContent = match ? match[1] : "";
const n = document.querySelector(".atk-textarea"); const n = document.querySelector(".tk-input el-textarea");
n.value = `> ${textContent}\n\n`; n.value = `> ${textContent}\n\n`;
n.focus(); n.focus();
btf.snackbarShow("已为您引用该说说,不删除空格效果更佳"); btf.snackbarShow("已为您引用该说说,不删除空格效果更佳");