We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa0b1f commit 0a604ccCopy full SHA for 0a604cc
1 file changed
assets/js/script.js
@@ -19,7 +19,7 @@ function showRandomQuote() {
19
20
// 设置新的田语内容
21
setTimeout(() => {
22
- quoteElement.textContent = newQuote;
+ quoteElement.innerHTML = newQuote;
23
// 添加淡入效果
24
25
quoteElement.style.opacity = 1;
0 commit comments