文章预览
(function () {
var content = "更新至20240612。\n\n抓紧看抓紧做,目前知道的人很少。";
var textPageContent = "更新至20240612。\n\n抓紧看抓紧做,目前知道的人很少。";
var superVoteId = '';
var outContent = (content || superVoteId) ? content : textPageContent;
var jsTextContent = document.getElementById("js_text_content");
var jsTextContentFake = document.getElementById("js_text_content_fake");
outContent = outContent.replace(/<(\/?)(?!((a(\s|>))|(\/a))).*?>/g, (s) => {
return s.html(true);
});
jsTextContent.innerHTML = window.__emojiFormat(outContent);
if (parseFloat(window.getComputedStyle(jsTextContent).height) > parseFloat(window.getComputedStyle(jsTextContentFake).h
………………………………