优化AI总结的滚轮体验
This commit is contained in:
parent
82b1be489d
commit
52bb7ae5f2
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=""><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小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.8e16aa74.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.8dcf386c.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang=""><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小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.53fb2823.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.a99d9c83.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/app.53fb2823.js
vendored
Normal file
2
dist/js/app.53fb2823.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.8e16aa74.js
vendored
2
dist/js/app.8e16aa74.js
vendored
File diff suppressed because one or more lines are too long
@ -250,7 +250,17 @@ async course(newCourse) {
|
||||
|
||||
// this.loading = false; // 所有请求完成后取消加载状态
|
||||
}
|
||||
}
|
||||
},
|
||||
displayedSummary() {
|
||||
if (this.isTyping) {
|
||||
this.$nextTick(() => {
|
||||
const courseDetail = document.querySelector('.course-detail');
|
||||
if (courseDetail) {
|
||||
courseDetail.scrollTop = courseDetail.scrollHeight;
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
filteredComments() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user