Naposledy aktivní 4 months ago

将ech0说说展示到前端网站页面

ech0-shuoshuo.js Raw
ech0-shuoshuo.js
twikoo-comments.js Raw
1const goComment = (e) => {
2 const n = document.querySelector(".el-textarea__inner");
3 n.value = `> ${e}\n\n`;
4 n.focus();
5 btf.snackbarShow("已为您引用该说说,不删除空格效果更佳");
6 };
7
8// 如果是twikoo评论区,请自行替换goComment函数,注意,如果评论区开了懒加载可能导致无法找到元素。