优化接口
This commit is contained in:
parent
6c6b07352f
commit
dbc8c3aeed
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
|||||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.f7462534.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.022c38b9.css" rel="stylesheet"></head><body><noscript><strong>本系统需要JavaScript支持,请启用JavaScript后继续。</strong></noscript><div id="app"></div></body></html>
|
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.20e13150.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.8a88510b.css" rel="stylesheet"></head><body><noscript><strong>本系统需要JavaScript支持,请启用JavaScript后继续。</strong></noscript><div id="app"></div></body></html>
|
File diff suppressed because one or more lines are too long
@ -359,7 +359,7 @@ filteredComments() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 添加打字机效果方法
|
// 添加打字机效果方法
|
||||||
async typewriterEffect(text, speed = 30) {
|
async typewriterEffect(text, speed = 10) {
|
||||||
this.isTyping = true;
|
this.isTyping = true;
|
||||||
this.displayedSummary = '';
|
this.displayedSummary = '';
|
||||||
this.shouldStopTyping = false; // 重置中断标志
|
this.shouldStopTyping = false; // 重置中断标志
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user