新增AI课程总结功能
This commit is contained in:
parent
54b52a62b2
commit
c3b979f4a8
1
dist/css/app.8cef1993.css
vendored
Normal file
1
dist/css/app.8cef1993.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/app.9949cf0b.css
vendored
1
dist/css/app.9949cf0b.css
vendored
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.0ec2d010.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.9949cf0b.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.03951b30.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.8cef1993.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.03951b30.js
vendored
Normal file
2
dist/js/app.03951b30.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.0ec2d010.js
vendored
2
dist/js/app.0ec2d010.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,9 @@
|
||||
<div v-if="isLoaded">
|
||||
<div>
|
||||
<h2 id="homepage-title">{{ greeting }}, {{ nickname }}!</h2>
|
||||
<p style="color: red"><strong>• 2025.02.06 更新:</strong>新增AI课程总结功能,接入DeepSeek V3大模型。</p>
|
||||
<p style="color: red"><strong>• 2025.01.24 更新:</strong>评论区支持删除自己的评论。</p>
|
||||
<p style="color: red"><strong>• 2025.01.05 更新:</strong>优化了“评分由低到高”排序的逻辑,会先展示有评分(评分不为0)的课程。</p>
|
||||
<!-- <p style="color: red"><strong>• 2025.01.05 更新:</strong>优化了“评分由低到高”排序的逻辑,会先展示有评分(评分不为0)的课程。</p> -->
|
||||
<!-- <p style="color: red"><strong>• 2025.01.01 更新:</strong>新增了2024-2025学年春季学期的140门通识选修课。</p> -->
|
||||
<p>欢迎您使用NEU小站课程评分系统!</p>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user