支持AI总结换行;使用GPT-5模型
This commit is contained in:
parent
117dfdd38f
commit
f6ab898d46
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@ node_modules/
|
||||
server/
|
||||
东北大学.com/
|
||||
东北大学.com
|
||||
投稿管理页面
|
||||
投稿管理页面/
|
||||
cookie函数.txt
|
||||
file_index.json
|
||||
push_log.json
|
||||
|
||||
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.94aeecfa.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.2df36415.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.f5ec6613.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.57080564.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
3
example.csv
Normal file
3
example.csv
Normal file
@ -0,0 +1,3 @@
|
||||
课程名,教师,评论
|
||||
电子数据采集通识,兰博,兰博的课很卷,慎选。卷发言20多次应该都4.5了。建议想水的同学别选,不发言上限3.5
|
||||
不存在的魔法课,哈利,非常有意思,学会了飞天扫帚。
|
||||
|
@ -106,7 +106,7 @@
|
||||
<span class="icon">🤖</span> AI 课程总结
|
||||
<span class="beta-badge">Beta</span>
|
||||
</h2>
|
||||
<span class="ai-disclaimer">内容由 DeepSeek V3 生成,仅供参考</span>
|
||||
<span class="ai-disclaimer">内容由 GPT-5 生成,仅供参考</span>
|
||||
</div>
|
||||
<div class="ai-content">
|
||||
<template v-if="displayedSummary">
|
||||
@ -916,6 +916,9 @@ export default {
|
||||
color: #303133;
|
||||
/* min-height: 80px; */
|
||||
}
|
||||
.summary-text {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.cursor {
|
||||
animation: blink 1s infinite;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user