fix shuoshuo api url and atk to twikoo

This commit is contained in:
2026-01-20 09:47:25 +08:00
parent 39fcced835
commit 3c975a5d7f
4 changed files with 200 additions and 181 deletions

View File

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